mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p: bump treeNodeTTL to four weeks
This commit is contained in:
parent
4ceda85056
commit
3646cd68a7
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ var (
|
|||
|
||||
const (
|
||||
rootTTL = 30 * 60 // 30 min
|
||||
treeNodeTTL = 2 * 7 * 24 * 60 * 60 // 2 weeks
|
||||
treeNodeTTL = 4 * 7 * 24 * 60 * 60 // 4 weeks
|
||||
)
|
||||
|
||||
// dnsSync performs dnsSyncCommand.
|
||||
|
|
|
|||
Loading…
Reference in a new issue