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:
commit
1624c61ef2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue