mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 20:15:24 +00:00
fix comment
This commit is contained in:
parent
73b9fa16d5
commit
736f15772d
@ -311,7 +311,7 @@ class M3U8_Segments:
|
|||||||
self.working_proxy_list = self.valid_proxy
|
self.working_proxy_list = self.valid_proxy
|
||||||
if num_proxies > 0:
|
if num_proxies > 0:
|
||||||
# calculate delay based on number of proxies
|
# calculate delay based on number of proxies
|
||||||
# dalay should be between 0.3 and 1
|
# dalay should be between 0.5 and 1
|
||||||
delay = max(0.5, min(1, 1 / (num_proxies + 1)))
|
delay = max(0.5, min(1, 1 / (num_proxies + 1)))
|
||||||
else:
|
else:
|
||||||
delay = TQDM_DELAY_WORKER
|
delay = TQDM_DELAY_WORKER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user