change loki index period

This commit is contained in:
2023-11-06 14:03:11 +01:00
parent ed8b99d709
commit f081efd17e

View File

@@ -77,7 +77,7 @@ in
object_store = "filesystem"; object_store = "filesystem";
schema = "v11"; schema = "v11";
index.prefix = "index_"; index.prefix = "index_";
index.period = "48h"; index.period = "24h";
} }
]; ];