mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Increase etcd3 compaction frequency
This commit is contained in:
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
Block a user