fixed wtf

This commit is contained in:
voidlizard 2024-11-05 19:45:30 +03:00
parent 85fe082868
commit a3a954bed0
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ downloadFromPeerRec t bu0 cache env h0 peer = do
done <- atomically do
pe <- isEmptyTQueue p
qe <- isEmptyTQueue q
unless pe retry
when (qe && not pe) retry
pure qe
if done then