Add max_cache_freshness_per_query to docs (#2909)

pull/2910/head
Fredrik Enestad 5 years ago committed by GitHub
parent dfd2e2090e
commit c14b443b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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: <duration> | 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: <duration> | default = 1m]
```
### grpc_client_config

Loading…
Cancel
Save