Skip to content

Commit 5dc95a3

Browse files
authored
Merge pull request #1727 from sanimej/cphard
control-plane hardening: Avoid nDB stale entries
2 parents 8e6d850 + 6d51449 commit 5dc95a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

networkdb/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
reapInterval = 60 * time.Second
20+
reapInterval = 30 * time.Minute
2121
reapPeriod = 5 * time.Second
2222
retryInterval = 1 * time.Second
2323
nodeReapInterval = 24 * time.Hour

0 commit comments

Comments
 (0)