From 4585af0093526824d5fa2fd605603b05a24458be Mon Sep 17 00:00:00 2001 From: Red Daly Date: Fri, 17 Oct 2014 13:54:08 -0700 Subject: [PATCH] Update defaultTTL to 120 seconds. --- zone.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone.go b/zone.go index 2c6bd24..4195263 100644 --- a/zone.go +++ b/zone.go @@ -9,8 +9,8 @@ import ( ) const ( - // defaultTtl controls how long we set the TTL for records - defaultTTL = 10 + // defaultTTL is the default TTL value in returned DNS records in seconds. + defaultTTL = 120 ) // Zone is the interface used to integrate with the server and