mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
- Refresh transfer list every 1500 ms instead of 1000ms to save CPU (Web UI)
This commit is contained in:
parent
d22e932ef7
commit
e1725e8001
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ window.addEvent('domready', function(){
|
|||
}
|
||||
}
|
||||
waiting=false;
|
||||
ajaxfn.delay(1000);
|
||||
ajaxfn.delay(1500);
|
||||
}
|
||||
}).send();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue