We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3538c commit 8d7ad8bCopy full SHA for 8d7ad8b
Workers.go
@@ -991,7 +991,7 @@ forever:
991
segcheckdone := s.segcheckdone // read value of s.segcheckdone
992
s.mux.RUnlock()
993
994
- if !segcheckdone && ((checked == todo || cached == todo) && checkFeedDone) {
+ if !segcheckdone && checked == todo && checkFeedDone {
995
s.mux.Lock()
996
s.segmentCheckEndTime = time.Now()
997
took := time.Since(s.segmentCheckStartTime)
0 commit comments