mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
- Refresh the transfer list every 1000ms instead of 1500ms now that it works better
This commit is contained in:
parent
cc2da45c2d
commit
fe62efa145
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ window.addEvent('domready', function(){
|
|||
}
|
||||
}
|
||||
waiting=false;
|
||||
ajaxfn.delay(1500);
|
||||
ajaxfn.delay(1000);
|
||||
}
|
||||
}).send();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue