Merge pull request #18499 from mstinsky/main

Set correct default value for fluentd-buffer-limit
This commit is contained in:
Sebastiaan van Stijn 2023-10-24 15:59:06 +02:00 committed by GitHub
commit f901205246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ connection is established. Defaults to `false`.
Sets the number of events buffered on the memory. Records will be stored in memory
up to this number. If the buffer is full, the call to record logs will fail.
The default is 8192.
The default is 1048576.
(https://github.com/fluent/fluent-logger-golang/tree/master#bufferlimit)
### fluentd-retry-wait