Update defaultTTL to 120 seconds.

This commit is contained in:
Red Daly 2014-10-17 13:54:08 -07:00
parent 6c44326b32
commit 4585af0093

View File

@ -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