Andrew Bogott has submitted this change and it was merged.

Change subject: Attempt to increase the ttl for the SOA
......................................................................


Attempt to increase the ttl for the SOA

Change-Id: Idbb83db3959531f1d990a646fd3e0986832ec8aa
---
M modules/labs_dns/templates/pdns.conf.erb
1 file changed, 3 insertions(+), 5 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  coren: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/labs_dns/templates/pdns.conf.erb 
b/modules/labs_dns/templates/pdns.conf.erb
index 832f6fb..e5b109f 100644
--- a/modules/labs_dns/templates/pdns.conf.erb
+++ b/modules/labs_dns/templates/pdns.conf.erb
@@ -11,11 +11,9 @@
 # Change this to the actual SOA name:
 default-soa-name=<%= @dns_auth_soa_name %>
 
-# A backend like geobackend can't make use of caching, since returned
-# results will be different depending on "who's asking".
-#query-cache-ttl=0
-#cache-ttl=0
-#negquery-cache-ttl=300
+query-cache-ttl=3600
+cache-ttl=3600
+negquery-cache-ttl=3600
 
 # If just geobackend is used, multithreading is unnecessary,
 # and may even impact performance.

-- 
To view, visit https://gerrit.wikimedia.org/r/197535
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idbb83db3959531f1d990a646fd3e0986832ec8aa
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to