mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Increase etcd3 compaction frequency
This commit is contained in:
parent
e4b41dd292
commit
1f09d79584
@ -27,7 +27,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
compactInterval = 10 * time.Minute
|
compactInterval = 5 * time.Minute
|
||||||
compactRevKey = "compact_rev_key"
|
compactRevKey = "compact_rev_key"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user