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: case <-tick.C:
if len(batch) > 0 { if len(batch) > 0 {
handleBatch() handleBatch()
batchSizeBytes = 0
} }
} }
} }