mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Don't use 100% doing nothing
This commit is contained in:
parent
87c3790fa8
commit
e8c8cc550b
@ -586,9 +586,9 @@ func sendIndexes(conn protocol.Connection, repo string, fs *files.Set) {
|
||||
for err == nil {
|
||||
if !initial {
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
if fs.LocalVersion(protocol.LocalNodeID) <= minLocalVer {
|
||||
continue
|
||||
if fs.LocalVersion(protocol.LocalNodeID) <= minLocalVer {
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
batch := make([]protocol.FileInfo, 0, indexBatchSize)
|
||||
|
Loading…
Reference in New Issue
Block a user