Regenerate influxql package for #8480

pull/8609/head
Jonathan A. Sternberg 2017-07-19 14:24:40 -05:00
parent 8dfd1f8c7c
commit 4f5423f90e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
)
// DefaultStatsInterval is the default value for IteratorEncoder.StatsInterval.
const DefaultStatsInterval = 10 * time.Second
const DefaultStatsInterval = time.Second
// FloatIterator represents a stream of float points.
type FloatIterator interface {