Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov committed Apr 3, 2024
1 parent b673607 commit 2ae4e2b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3505,6 +3505,13 @@ bucket_store:
# CLI flag: -blocks-storage.bucket-store.max-concurrent
[max_concurrent: <int> | default = 100]
# (advanced) Timeout for the queue of queries waiting for execution. If the
# queue is full and the timeout is reached, the query will be retried on
# another store-gateway. 0 means no timeout and all queries will wait
# indefinitely for their turn.
# CLI flag: -blocks-storage.bucket-store.max-concurrent-queue-timeout
[max_concurrent_queue_timeout: <duration> | default = 0s]
# (advanced) Maximum number of concurrent tenants synching blocks.
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
[tenant_sync_concurrency: <int> | default = 1]
Expand Down

0 comments on commit 2ae4e2b

Please sign in to comment.