We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2010781 commit 85e9977Copy full SHA for 85e9977
p2p/discover/table.go
@@ -54,9 +54,8 @@ const (
54
bucketIPLimit, bucketSubnet = 2, 24 // at most 2 addresses from the same /24
55
tableIPLimit, tableSubnet = 10, 24
56
57
- seedMinTableTime = 5 * time.Minute
58
- seedCount = 30
59
- seedMaxAge = 5 * 24 * time.Hour
+ seedCount = 30
+ seedMaxAge = 5 * 24 * time.Hour
60
)
61
62
// Table is the 'node table', a Kademlia-like index of neighbor nodes. The table keeps
0 commit comments