]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
ixfrdist: make axfr-timeout default match documented default
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 24 Aug 2018 16:23:01 +0000 (18:23 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 24 Aug 2018 16:23:01 +0000 (18:23 +0200)
pdns/ixfrdist.cc

index 29b5adbe7b0670df2d67cc55eb18e706b99516cb..f48a6c32dd7a18fc38585271cd628efd28621c0d 100644 (file)
@@ -787,7 +787,7 @@ bool parseAndCheckConfig(const string& configpath, YAML::Node& config) {
       g_log<<Logger::Error<<"Unable to read 'axfr-timeout' value: "<<e.what()<<endl;
     }
   } else {
-    config["axfr-timeout"] = 10;
+    config["axfr-timeout"] = 20;
   }
 
   if (config["tcp-in-threads"]) {