Skip to content

Commit 6d51449

Browse files
author
Santhosh Manohar
committed
Avoid nDB stale entries because of intermittent nw issues.
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
1 parent ac502ef commit 6d51449

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)