Skip to content

Commit 7453418

Browse files
committed
Fix deadlock on queue save
1 parent 790b05a commit 7453418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ loop:
129129
if count == 3 {
130130
Q.Save()
131131
count = 0
132-
return
132+
continue
133133
}
134134
count++
135135
case i, ok := <-upchan:

0 commit comments

Comments
 (0)