diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/monitor/monitor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/monitor/monitor.go b/internal/monitor/monitor.go index 12d93cf..6de7193 100644 --- a/internal/monitor/monitor.go +++ b/internal/monitor/monitor.go @@ -89,7 +89,7 @@ func New(cfg Config, evCh chan Event, cfgCh chan MonitoredLog, errCh chan error) cfg.Contact = "unknown-user" } if cfg.ChunkSize == 0 { - cfg.ChunkSize = 16364 + cfg.ChunkSize = 4096 } if cfg.BatchSize == 0 { cfg.BatchSize = 1024 |