From 6c64e2ca6ba2c10c4728fd8d4fdd36f9f144c73f Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Wed, 8 Jan 2020 10:30:57 -0500 Subject: [PATCH] Fixes the typo in the result cache config of the Loki ksonnet lib. (#1478) Signed-off-by: Cyril Tovena --- production/ksonnet/loki/config.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/ksonnet/loki/config.libsonnet b/production/ksonnet/loki/config.libsonnet index ed96dd6cc5..290bf4dd8c 100644 --- a/production/ksonnet/loki/config.libsonnet +++ b/production/ksonnet/loki/config.libsonnet @@ -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: {