~ubuntu-branches/ubuntu/maverick/pdns/maverick-updates

« back to all changes in this revision

Viewing changes to pdns/common_startup.cc

  • Committer: Bazaar Package Importer
  • Author(s): Debian PowerDNS Maintainers
  • Date: 2006-05-06 10:40:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060506104044-v9hczzfl7dcri6qt
Tags: 2.9.20-3
Disable the recursor, this is in a separate package now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  arg().set("negquery-cache-ttl","Seconds to store packets in the PacketCache")="60";
105
105
  arg().set("query-cache-ttl","Seconds to store packets in the PacketCache")="20";
106
106
  arg().set("soa-minimum-ttl","Default SOA mininum ttl")="3600";
 
107
 
 
108
  arg().set("soa-refresh-default","Default SOA refresh")="10800";
 
109
  arg().set("soa-retry-default","Default SOA retry")="3600";
 
110
  arg().set("soa-expire-default","Default SOA expire")="604800";
 
111
 
107
112
  arg().set("default-ttl","Seconds a result is valid if not set otherwise")="3600";
108
113
  arg().set("max-tcp-connections","Maximum number of TCP connections")="10";
109
114
  arg().setSwitch("no-shuffle","Set this to prevent random shuffling of answers - for regression testing")="off";