mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #35889 from wojtek-t/increase_etcd3_compation_frequency
Automatic merge from submit-queue Increase etcd3 compaction frequency @xiang90 @hongchaodeng - we already talked about it
This commit is contained in:
commit
ddce7c305a
@ -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