Skip to content

Commit

Permalink
fix early termination on batch timers
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Nov 13, 2015
1 parent d1356c5 commit 35eb847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ func (b *BatchNode) doQuery(batch BatchCollector) error {
}
}
}
return errors.New("batch ticker schedule stopped")
}
}

Expand Down

0 comments on commit 35eb847

Please sign in to comment.