]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
we like pdns-distributes-queries so much that it is now the default
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 30 Sep 2014 09:27:17 +0000 (11:27 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 30 Sep 2014 09:27:17 +0000 (11:27 +0200)
pdns/pdns_recursor.cc

index 1a9e797fa8e6edea57dac05a348679cbe583af1a..d5cae24c5b2651232280f266fe0111c33d032532 100644 (file)
@@ -2151,7 +2151,7 @@ int main(int argc, char **argv)
 //    ::arg().setSwitch( "disable-edns-ping", "Disable EDNSPing - EXPERIMENTAL, LEAVE DISABLED" )= "no"; 
     ::arg().setSwitch( "disable-edns", "Disable EDNS - EXPERIMENTAL, LEAVE DISABLED" )= ""; 
     ::arg().setSwitch( "disable-packetcache", "Disable packetcache" )= "no"; 
-    ::arg().setSwitch( "pdns-distributes-queries", "If PowerDNS itself should distribute queries over threads (EXPERIMENTAL)")="no";
+    ::arg().setSwitch( "pdns-distributes-queries", "If PowerDNS itself should distribute queries over threads")="";
     ::arg().setSwitch( "any-to-tcp","Answer ANY queries with tc=1, shunting to TCP" )="no";
     ::arg().set("udp-truncation-threshold", "Maximum UDP response size before we truncate")="1680";
     ::arg().set("minimum-ttl-override", "Set under adverse conditions, a minimum TTL")="0";