From: bert hubert Date: Tue, 30 Sep 2014 09:27:17 +0000 (+0200) Subject: we like pdns-distributes-queries so much that it is now the default X-Git-Tag: rec-3.7.0-rc1~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966d3ba840ce744bf095490574b0afd593f679fd;p=thirdparty%2Fpdns.git we like pdns-distributes-queries so much that it is now the default --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 1a9e797fa8..d5cae24c5b 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -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";