Commit ddce7c30 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents b7fef610 1f09d795
...@@ -27,7 +27,7 @@ import ( ...@@ -27,7 +27,7 @@ import (
) )
const ( const (
compactInterval = 10 * time.Minute compactInterval = 5 * time.Minute
compactRevKey = "compact_rev_key" compactRevKey = "compact_rev_key"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment