mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Cache program preferences
So that qbt can just use the data from memory which is vastly faster than waiting for a response over the net.
This commit is contained in:
parent
6d68ab4dae
commit
d06d5b923a
10 changed files with 402 additions and 340 deletions
|
@ -1576,6 +1576,8 @@ window.addEvent('load', function() {
|
|||
}
|
||||
}).activate();
|
||||
|
||||
window.parent.qBittorrent.Cache.preferences.init();
|
||||
|
||||
// fetch qbt version and store it locally
|
||||
new Request({
|
||||
url: 'api/v2/app/version',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue