mirror of
https://github.com/Luzifer/bind-log-metrics.git
synced 2024-11-08 16:00:04 +00:00
Reduce size again
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cb7cb95995
commit
c1fb917d19
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
const (
|
||||
influxWriteInterval = 10 * time.Second
|
||||
influxChunkSize = 10000
|
||||
influxChunkSize = 1000
|
||||
)
|
||||
|
||||
type metricsSender struct {
|
||||
|
|
Loading…
Reference in a new issue