mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Refresh transfer list every 1500 ms instead of 1000ms to save CPU (Web UI)
This commit is contained in:
@@ -156,7 +156,7 @@ window.addEvent('domready', function(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
waiting=false;
|
waiting=false;
|
||||||
ajaxfn.delay(1000);
|
ajaxfn.delay(1500);
|
||||||
}
|
}
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user