Skip to content

Commit

Permalink
Update cortex/tsdb.libsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Pracucci <[email protected]>
  • Loading branch information
aknuds1 and pracucci committed Nov 2, 2021
1 parent 88fa66f commit d71384d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cortex/tsdb.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
'blocks-storage.bucket-store.index-cache.memcached.max-get-multi-concurrency': indexMaxConcurrency,
'blocks-storage.bucket-store.chunks-cache.memcached.max-get-multi-concurrency': chunksMaxConcurrency,
'blocks-storage.bucket-store.metadata-cache.memcached.max-get-multi-concurrency': metaMaxConcurrency,
'blocks-storage.bucket-store.index-cache.memcached.max-idle-connections': indexMaxConcurrency,
'blocks-storage.bucket-store.chunks-cache.memcached.max-idle-connections': chunksMaxConcurrency,
'blocks-storage.bucket-store.metadata-cache.memcached.max-idle-connections': metaMaxConcurrency,
'blocks-storage.bucket-store.index-cache.memcached.max-idle-connections': $.store_gateway_args['blocks-storage.bucket-store.index-cache.memcached.max-get-multi-concurrency'],
'blocks-storage.bucket-store.chunks-cache.memcached.max-idle-connections': $.store_gateway_args['blocks-storage.bucket-store.chunks-cache.memcached.max-get-multi-concurrency'],
'blocks-storage.bucket-store.metadata-cache.memcached.max-idle-connections': $.store_gateway_args['blocks-storage.bucket-store.metadata-cache.memcached.max-get-multi-concurrency'],

} +
$.blocks_chunks_caching_config +
Expand Down

0 comments on commit d71384d

Please sign in to comment.