File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -499,6 +499,11 @@ blocks_storage:
499
499
# CLI flag: -blocks-storage.bucket-store.max-concurrent
500
500
[max_concurrent: <int> | default = 100]
501
501
502
+ # Max number of inflight queries to execute against the long-term storage.
503
+ # THe limit is shared across all tenants. 0 to disable.
504
+ # CLI flag: -blocks-storage.bucket-store.max-inflight-requests
505
+ [max_inflight_requests: <int> | default = 0]
506
+
502
507
# Maximum number of concurrent tenants synching blocks.
503
508
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
504
509
[tenant_sync_concurrency: <int> | default = 10]
Original file line number Diff line number Diff line change @@ -602,6 +602,11 @@ blocks_storage:
602
602
# CLI flag: -blocks-storage.bucket-store.max-concurrent
603
603
[max_concurrent: <int> | default = 100]
604
604
605
+ # Max number of inflight queries to execute against the long-term storage.
606
+ # THe limit is shared across all tenants. 0 to disable.
607
+ # CLI flag: -blocks-storage.bucket-store.max-inflight-requests
608
+ [max_inflight_requests: <int> | default = 0]
609
+
605
610
# Maximum number of concurrent tenants synching blocks.
606
611
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
607
612
[tenant_sync_concurrency: <int> | default = 10]
Original file line number Diff line number Diff line change @@ -1038,6 +1038,11 @@ bucket_store:
1038
1038
# CLI flag: -blocks-storage.bucket-store.max-concurrent
1039
1039
[max_concurrent: <int> | default = 100]
1040
1040
1041
+ # Max number of inflight queries to execute against the long-term storage. THe
1042
+ # limit is shared across all tenants. 0 to disable.
1043
+ # CLI flag: -blocks-storage.bucket-store.max-inflight-requests
1044
+ [max_inflight_requests: <int> | default = 0]
1045
+
1041
1046
# Maximum number of concurrent tenants synching blocks.
1042
1047
# CLI flag: -blocks-storage.bucket-store.tenant-sync-concurrency
1043
1048
[tenant_sync_concurrency: <int> | default = 10]
You can’t perform that action at this time.
0 commit comments