p2p: rm unused var seedMinTableTime (#32876)

This commit is contained in:
Delweng 2025-10-13 16:40:08 +08:00 committed by GitHub
parent 2010781c29
commit 85e9977fae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,9 +54,8 @@ const (
bucketIPLimit, bucketSubnet = 2, 24 // at most 2 addresses from the same /24
tableIPLimit, tableSubnet = 10, 24
seedMinTableTime = 5 * time.Minute
seedCount = 30
seedMaxAge = 5 * 24 * time.Hour
seedCount = 30
seedMaxAge = 5 * 24 * time.Hour
)
// Table is the 'node table', a Kademlia-like index of neighbor nodes. The table keeps