Skip to content

Commit

Permalink
Fixes the typo in the result cache config of the Loki ksonnet lib. (g…
Browse files Browse the repository at this point in the history
…rafana#1478)

Signed-off-by: Cyril Tovena <[email protected]>
  • Loading branch information
cyriltovena authored Jan 8, 2020
1 parent be010f0 commit 6c64e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
cache_results: true,
max_retries: 5,
results_cache: {
split_interval: '30m',
cache_split_interval: '30m',
max_freshness: '10m',
cache: {
memcached_client: {
Expand Down

0 comments on commit 6c64e2c

Please sign in to comment.