Commit 1f09d795 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Increase etcd3 compaction frequency

parent e4b41dd2
...@@ -27,7 +27,7 @@ import ( ...@@ -27,7 +27,7 @@ import (
) )
const ( const (
compactInterval = 10 * time.Minute compactInterval = 5 * time.Minute
compactRevKey = "compact_rev_key" compactRevKey = "compact_rev_key"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment