mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
p2p: rm unused var seedMinTableTime (#32876)
This commit is contained in:
parent
740334322f
commit
b7e3cdfc06
1 changed files with 2 additions and 3 deletions
|
|
@ -54,7 +54,6 @@ 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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue