This commit is contained in:
Chris Lu
2020-10-13 19:50:46 -07:00
parent 58fa506491
commit 0542911e29
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ func retriedFetchChunkData(urlStrings []string, cipherKey []byte, isGzipped bool
break
}
}
if err != nil && shouldRetry{
if err != nil && shouldRetry {
glog.V(0).Infof("retry reading in %v", waitTime)
time.Sleep(waitTime)
} else {