Increase etcd3 compaction frequency

pull/6/head
Wojciech Tyczynski 2016-10-31 08:40:13 +01:00
parent e4b41dd292
commit 1f09d79584
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
)
const (
compactInterval = 10 * time.Minute
compactInterval = 5 * time.Minute
compactRevKey = "compact_rev_key"
)