Skip to content

Commit 17f2faa

Browse files
committed
Fix deadlock on consecutive saves
Misplaced return (facepalm)
1 parent 7453418 commit 17f2faa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/data.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ loop:
140140
ReloadData()
141141
if i == QueueSave {
142142
Q.Save()
143-
return
144143
}
145144
}
146145
}

0 commit comments

Comments
 (0)