From c14b443b7bf8b84028bc39d9513965bad5567019 Mon Sep 17 00:00:00 2001 From: Fredrik Enestad Date: Tue, 10 Nov 2020 14:12:29 +0100 Subject: [PATCH] Add max_cache_freshness_per_query to docs (#2909) --- docs/sources/configuration/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index ef7bc4b758..26438a48da 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -1663,6 +1663,10 @@ logs in Loki. # Feature renamed to 'runtime configuration', flag deprecated in favor of -runtime-config.reload-period (runtime_config.period in YAML). # CLI flag: -limits.per-user-override-period [per_tenant_override_period: | default = 10s] + +# Most recent allowed cacheable result per-tenant, to prevent caching very recent results that might still be in flux. +# CLI flag: -frontend.max-cache-freshness +[max_cache_freshness_per_query: | default = 1m] ``` ### grpc_client_config