mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Reschedule pulls when skipping due to scan incomplete (fixes #777)
This commit is contained in:
parent
c4d8d33a60
commit
72c90abe36
@ -111,6 +111,7 @@ loop:
|
||||
// device A to device B, so we have something to work against.
|
||||
case <-pullTimer.C:
|
||||
if !initialScanCompleted {
|
||||
pullTimer.Reset(nextPullIntv)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user