diff --git a/src/dns/digitalocean.js b/src/dns/digitalocean.js index a3d558f55..4f43acbe5 100644 --- a/src/dns/digitalocean.js +++ b/src/dns/digitalocean.js @@ -111,7 +111,7 @@ function upsert(domainObject, location, type, values, callback) { name: name, data: value, priority: priority, - ttl: 1 + ttl: 30 // Recent DO DNS API break means this value must atleast be 30 }; if (i >= result.length) {