1
0
mirror of https://github.com/Luzifer/bind-log-metrics.git synced 2024-09-18 19:22:54 +00:00

Reduce size again

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-05-27 16:03:22 +02:00
parent cb7cb95995
commit c1fb917d19
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -10,7 +10,7 @@ import (
const (
influxWriteInterval = 10 * time.Second
influxChunkSize = 10000
influxChunkSize = 1000
)
type metricsSender struct {