diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 2802028db5..f4456d09a5 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1228,7 +1228,7 @@ 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 = 100000 ] + [ capacity: | default = 10000 ] # Maximum number of shards, i.e. amount of concurrency. [ max_shards: | default = 1000 ] # Maximum number of samples per send. @@ -1236,7 +1236,7 @@ queue_config: # Maximum time a sample will wait in buffer. [ batch_send_deadline: | default = 5s ] # Maximum number of times to retry a batch on recoverable errors. - [ max_retries: | default = 10 ] + [ max_retries: | default = 3 ] # Initial retry delay. Gets doubled for every retry. [ min_backoff: | default = 30ms ] # Maximum retry delay.