1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

View file

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