DO DNS API break means this value must atleast be 30

(cherry picked from commit c0c5561aac)
This commit is contained in:
Girish Ramakrishnan
2019-06-17 20:13:09 -07:00
parent 8cd5c15c2b
commit 11353e9e3a
+1 -1
View File
@@ -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) {