Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Streaming configuration:
this limit is reached. The default zlib buffer size is 16 kb (default:
`1048576` bytes / 1 MB)
- `time` - The maxiumum number of milliseconds a streaming HTTP request
to the APM Server can be ongoing before it's ended (default: `10000`
ms)
to the APM Server can be ongoing before it's ended. Set to `-1` to
disable (default: `10000` ms)
- `bufferWindowTime` - Objects written in quick succession are buffered
and grouped into larger clusters that can be processed as a whole.
This config option controls the maximum time that buffer can live
Expand Down