mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix logic else brake
This commit is contained in:
parent
475185fb72
commit
046c3d5ad4
|
@ -81,6 +81,7 @@ func StreamContent(masterClient wdclient.HasLookupFileIdFunction, writer io.Writ
|
||||||
urlStrings, err = masterClient.GetLookupFileIdFunction()(chunkView.FileId)
|
urlStrings, err = masterClient.GetLookupFileIdFunction()(chunkView.FileId)
|
||||||
if err != nil || len(urlStrings) == 0 {
|
if err != nil || len(urlStrings) == 0 {
|
||||||
time.Sleep(backoff)
|
time.Sleep(backoff)
|
||||||
|
} else {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue