From 25102727e57a42125afb3cd20720d5ee4e2590ca Mon Sep 17 00:00:00 2001 From: Fredrik Enestad Date: Tue, 10 Nov 2020 13:05:24 +0100 Subject: [PATCH] Add max_cache_freshness_per_query to docs --- 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 ef7bc4b75818b..26438a48da165 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