Skip to content

Commit 7efd43f

Browse files
committed
ttl to 1week
1 parent 540a0e6 commit 7efd43f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/devp2p/dnscmd.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ var (
102102
)
103103

104104
const (
105-
rootTTL = 30 * 60 // 30 min
106-
treeNodeTTL = 4 * 7 * 24 * 60 * 60 // 4 weeks
107-
treeNodeTTLCloudflare = 24 * 60 * 60 // 1 day
105+
rootTTL = 30 * 60 // 30 min
106+
treeNodeTTL = 7 * 24 * 60 * 60 // 1 weeks
107+
treeNodeTTLCloudflare = 24 * 60 * 60 // 1 day
108108
)
109109

110110
// dnsSync performs dnsSyncCommand.

0 commit comments

Comments
 (0)