fixed wtf

This commit is contained in:
voidlizard 2024-11-05 19:45:30 +03:00
parent ebf2014b98
commit c4b919b85d
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