mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +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;
|
||||
ajaxfn.delay(1500);
|
||||
ajaxfn.delay(1000);
|
||||
}
|
||||
}).send();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user