From babb8a0572788675d2743706ba5b625121f891b5 Mon Sep 17 00:00:00 2001 From: Callum Styan Date: Tue, 28 May 2019 14:12:57 -0700 Subject: [PATCH] Update queue config documentation to reflect default value change for capacity. Signed-off-by: Callum Styan --- docs/configuration/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 9095d130d..f83baa243 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1287,8 +1287,8 @@ tls_config: # Configures the queue used to write to remote storage. queue_config: - # Number of samples to buffer per shard before we start dropping them. - [ capacity: | default = 10000 ] + # Number of samples to buffer per shard before we block reading of more samples from the WAL. + [ capacity: | default = 10 ] # Maximum number of shards, i.e. amount of concurrency. [ max_shards: | default = 1000 ] # Minimum number of shards, i.e. amount of concurrency.