Add a helpful comment

This commit is contained in:
Aayush Rajasekaran 2021-06-22 19:30:33 -04:00
parent 6ca2a14819
commit 93f7cbe587

View File

@ -108,6 +108,7 @@ func (b *CommitBatcher) run() {
}
lastMsg = nil
// indicates whether we should only start a batch if we have reached or exceeded cfg.MaxCommitBatch
var sendAboveMax bool
select {
case <-b.stop: