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
pull/6/head
Kubernetes Submit Queue 2016-10-31 03:31:43 -07:00 committed by GitHub
commit ddce7c305a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
)
const (
compactInterval = 10 * time.Minute
compactInterval = 5 * time.Minute
compactRevKey = "compact_rev_key"
)