Update queue config documentation to reflect default value change for capacity.

Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
Callum Styan 2019-05-28 14:12:57 -07:00
parent 31ba9777f8
commit babb8a0572

View file

@ -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: <int> | default = 10000 ]
# Number of samples to buffer per shard before we block reading of more samples from the WAL.
[ capacity: <int> | default = 10 ]
# Maximum number of shards, i.e. amount of concurrency.
[ max_shards: <int> | default = 1000 ]
# Minimum number of shards, i.e. amount of concurrency.