mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
- Refresh transfer list every 1500 ms instead of 1000ms to save CPU (Web UI)
This commit is contained in:
parent
d22e932ef7
commit
e1725e8001
@ -156,7 +156,7 @@ window.addEvent('domready', function(){
|
||||
}
|
||||
}
|
||||
waiting=false;
|
||||
ajaxfn.delay(1000);
|
||||
ajaxfn.delay(1500);
|
||||
}
|
||||
}).send();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user