fixed wtf

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