Reduce metric_buffer_limit to 1000

closes #780
This commit is contained in:
Pierre Fersing
2016-03-02 15:38:08 +01:00
committed by Cameron Sparr
parent e81278b800
commit 29d1cbb673
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
const (
// Default number of metrics kept between flushes.
DEFAULT_METRIC_BUFFER_LIMIT = 10000
DEFAULT_METRIC_BUFFER_LIMIT = 1000
// Limit how many full metric buffers are kept due to failed writes.
FULL_METRIC_BUFFERS_LIMIT = 100