mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 18:04:32 +00:00
- Refresh the transfer list every 1000ms instead of 1500ms now that it works better
This commit is contained in:
parent
cc2da45c2d
commit
fe62efa145
@ -156,7 +156,7 @@ window.addEvent('domready', function(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
waiting=false;
|
waiting=false;
|
||||||
ajaxfn.delay(1500);
|
ajaxfn.delay(1000);
|
||||||
}
|
}
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user