Skip to content

Commit

Permalink
minor changelog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanatohodets authored Feb 6, 2017
1 parent e5cd0a4 commit 495520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Warmup period: carbonsearch will wait until it has ingested enough data to serve search queries. This is managed by the `warm_threshold` config setting on a per-consumer basis. This may be bypassed by passing `-coldStart` on the command line.

##### Config
* `warm_threshold`: a ratio (valid range: 0 to 1) that describes how much progress a consumer should make before considering itself warm. For the Kafka consumer this represents position in the buffer relative to first offset seen; the HTTP consumer must be informed of progress using a POST to /consumer/progress.
* `warm_threshold`: a ratio (valid range: 0 to 1) that describes how much progress a consumer should make before considering itself warm. For the Kafka consumer this represents position in the buffer relative to first offset seen; the HTTP consumer must be informed of progress using a POST to `/consumer/progress`.

##### Misc/Bugs
* index materialization timings are now only logged under debug builds
Expand Down

0 comments on commit 495520f

Please sign in to comment.