We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e6d850 + 6d51449 commit 5dc95a3Copy full SHA for 5dc95a3
1 file changed
networkdb/cluster.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
const (
20
- reapInterval = 60 * time.Second
+ reapInterval = 30 * time.Minute
21
reapPeriod = 5 * time.Second
22
retryInterval = 1 * time.Second
23
nodeReapInterval = 24 * time.Hour
0 commit comments