File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 229
229
'blocks-storage.bucket-store.index-cache.memcached.max-get-multi-concurrency' : indexMaxConcurrency,
230
230
'blocks-storage.bucket-store.chunks-cache.memcached.max-get-multi-concurrency' : chunksMaxConcurrency,
231
231
'blocks-storage.bucket-store.metadata-cache.memcached.max-get-multi-concurrency' : metaMaxConcurrency,
232
- 'blocks-storage.bucket-store.index-cache.memcached.max-idle-connections' : indexMaxConcurrency ,
233
- 'blocks-storage.bucket-store.chunks-cache.memcached.max-idle-connections' : chunksMaxConcurrency ,
234
- 'blocks-storage.bucket-store.metadata-cache.memcached.max-idle-connections' : metaMaxConcurrency ,
232
+ 'blocks-storage.bucket-store.index-cache.memcached.max-idle-connections' : $.store_gateway_args[ 'blocks-storage.bucket-store.index-cache.memcached.max-get-multi-concurrency' ] ,
233
+ 'blocks-storage.bucket-store.chunks-cache.memcached.max-idle-connections' : $.store_gateway_args[ 'blocks-storage.bucket-store.chunks-cache.memcached.max-get-multi-concurrency' ] ,
234
+ 'blocks-storage.bucket-store.metadata-cache.memcached.max-idle-connections' : $.store_gateway_args[ 'blocks-storage.bucket-store.metadata-cache.memcached.max-get-multi-concurrency' ] ,
235
235
236
236
} +
237
237
$.blocks_chunks_caching_config +
You can’t perform that action at this time.
0 commit comments