Update comment

Variable name changed. Improved clarity.
pull/10616/head
Tim Raymond 2017-08-18 16:44:04 -04:00
parent 9b71477509
commit 4bfd982a23
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ const (
// Prefix is prepended to the ID of all alerts
Prefix = "chronograf-v1-"
// DefaultFetchRate is the rate at which paginated responses will be consumed
// from a Kapacitor
// FetchRate is the rate Paginating Kapacitor Clients will consume responses
FetchRate = 100
)