Merge pull request #1727 from sanimej/cphard

control-plane hardening: Avoid nDB stale entries
This commit is contained in:
Madhu Venugopal 2017-04-25 11:04:13 -07:00 committed by GitHub
commit 1624c61ef2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
)
const (
reapInterval = 60 * time.Second
reapInterval = 30 * time.Minute
reapPeriod = 5 * time.Second
retryInterval = 1 * time.Second
nodeReapInterval = 24 * time.Hour