mirror of https://github.com/k3s-io/k3s
Increase etcd3 compaction frequency
parent
e4b41dd292
commit
1f09d79584
|
@ -27,7 +27,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
compactInterval = 10 * time.Minute
|
||||
compactInterval = 5 * time.Minute
|
||||
compactRevKey = "compact_rev_key"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue