Skip to content
Snippets Groups Projects
Verified Commit 9d1b7d7b authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

loki: Retention period should be a multiple of periodic table duration

Fixes: 49091634 ("loki: Bump the retention period to 3 months")
parent ca1de4ea
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ limits_config:
max_query_series: 10000
chunk_store_config:
max_look_back_period: 2190h
max_look_back_period: 2184h
table_manager:
retention_deletes_enabled: true
retention_period: 2190h # 91,25 days
retention_period: 2184h # 91 days
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment