This commit is contained in:
voidlizard 2024-11-14 09:46:10 +03:00
parent f0df17da3f
commit 3a4dbc8fd7
1 changed files with 2 additions and 2 deletions

View File

@ -746,7 +746,7 @@ downloadDispatcher brains env = flip runContT pure do
what <- atomically do
e <- readTVar _errors
if e > 10 then
if e > 5 then
pure Nothing
else do
TSem.waitTSem sem
@ -780,7 +780,7 @@ downloadDispatcher brains env = flip runContT pure do
if erno > 50 then do
pause @'Seconds 60
else do
pause @'Seconds 1.00
pause @'Seconds 0.5
go PChoose
PInit hx dcb -> do