mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-22 23:08:08 +03:00
Set hasDataCounter mod to 25
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -630,7 +630,7 @@ class TestDownloadSpeedWorker(WebGETManager):
|
||||
self.factory.setExtras('speedResult', f'{downloadSpeed:.2f} MiB/s')
|
||||
|
||||
# Limited to save CPU resources
|
||||
if self.hasDataCounter % 20 == 0:
|
||||
if self.hasDataCounter % 25 == 0:
|
||||
self.sync()
|
||||
|
||||
def failureCallback(self, networkReply, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user