From 0c7570f6a53daf7bf71b85446e3c5134d6655184 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Wed, 17 Oct 2018 21:10:16 +0200 Subject: [PATCH] docs: improve README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3e9ddf..4a731d0 100644 --- a/README.md +++ b/README.md @@ -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