We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540a0e6 commit 7efd43fCopy full SHA for 7efd43f
1 file changed
cmd/devp2p/dnscmd.go
@@ -102,9 +102,9 @@ var (
102
)
103
104
const (
105
- rootTTL = 30 * 60 // 30 min
106
- treeNodeTTL = 4 * 7 * 24 * 60 * 60 // 4 weeks
107
- treeNodeTTLCloudflare = 24 * 60 * 60 // 1 day
+ rootTTL = 30 * 60 // 30 min
+ treeNodeTTL = 7 * 24 * 60 * 60 // 1 weeks
+ treeNodeTTLCloudflare = 24 * 60 * 60 // 1 day
108
109
110
// dnsSync performs dnsSyncCommand.
0 commit comments