Increase etcd3 compaction frequency
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
compactInterval = 10 * time.Minute
|
compactInterval = 5 * time.Minute
|
||||||
compactRevKey = "compact_rev_key"
|
compactRevKey = "compact_rev_key"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user