Skip to content

Commit 73ab235

Browse files
authored
Fix the indentation of memcached guide (#309)
* Fix the indentation of memcached guide Signed-off-by: Jiacheng Xu <[email protected]>
1 parent 6a7f091 commit 73ab235

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [CHANGE] undo querier store optimization #304
77
* config.querier.query_ingesters_within: 13h -> 0s (default)
88
* config.querier.query_store_after: 12h -> 0s (default)
9+
* [ENHANCEMENT] Fix the indentation of memcached guide #309
910

1011
## 1.2.0 / 2021-12-29
1112

docs/guides/configure_memcached.markdown

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ index_cache:
2222
max_get_multi_concurrency: 750
2323
max_get_multi_batch_size: 1000
2424
max_item_size: 16777216
25-
chunks_cache:
26-
backend: memcached
27-
memcached:
28-
addresses: 'dns+{{ include "cortex.fullname" $ }}-memcached-blocks:11211'
29-
timeout: 300ms
30-
max_idle_connections: 750
31-
max_async_concurrency: 100
32-
max_async_buffer_size: 10000000
33-
max_get_multi_concurrency: 750
34-
max_get_multi_batch_size: 1000
35-
max_item_size: 33554432
36-
metadata_cache:
37-
backend: memcached
38-
memcached:
39-
addresses: 'dns+{{ include "cortex.fullname" $ }}-blocks-metadata:11211'
40-
timeout: 300ms
41-
max_idle_connections: 750
42-
max_async_concurrency: 100
43-
max_async_buffer_size: 10000000
44-
max_get_multi_concurrency: 750
45-
max_get_multi_batch_size: 1000
46-
max_item_size: 16777216
25+
chunks_cache:
26+
backend: memcached
27+
memcached:
28+
addresses: 'dns+{{ include "cortex.fullname" $ }}-memcached-blocks:11211'
29+
timeout: 300ms
30+
max_idle_connections: 750
31+
max_async_concurrency: 100
32+
max_async_buffer_size: 10000000
33+
max_get_multi_concurrency: 750
34+
max_get_multi_batch_size: 1000
35+
max_item_size: 33554432
36+
metadata_cache:
37+
backend: memcached
38+
memcached:
39+
addresses: 'dns+{{ include "cortex.fullname" $ }}-blocks-metadata:11211'
40+
timeout: 300ms
41+
max_idle_connections: 750
42+
max_async_concurrency: 100
43+
max_async_buffer_size: 10000000
44+
max_get_multi_concurrency: 750
45+
max_get_multi_batch_size: 1000
46+
max_item_size: 16777216
4747
```
48-
{% endraw %}
48+
{% endraw %}

0 commit comments

Comments
 (0)