1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-01-12 19:06:41 +00:00

lib/model: Fixup because I suck and shouldn't commit directly to master

This commit is contained in:
Jakob Borg 2017-08-31 10:49:17 +02:00
parent e33fa10115
commit a8145e187f

View File

@ -1563,6 +1563,7 @@ loop:
case <-tick.C:
if len(batch) > 0 {
handleBatch()
batchSizeBytes = 0
}
}
}