Reschedule pulls when skipping due to scan incomplete (fixes #777)

This commit is contained in:
Jakob Borg 2014-10-03 16:10:35 +02:00
parent c4d8d33a60
commit 72c90abe36
1 changed files with 1 additions and 0 deletions

View File

@ -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
}