Changeset 1354 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 04/14/09 23:20:43 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r1350 r1354 2019 2019 ::arg().set("max-tcp-clients","Maximum number of simultaneous TCP clients")="128"; 2020 2020 ::arg().set("hint-file", "If set, load root hints from this file")=""; 2021 ::arg().set("max-cache-entries", "If set, maximum number of entries in the main cache")=" 0";2021 ::arg().set("max-cache-entries", "If set, maximum number of entries in the main cache")="1000000"; 2022 2022 ::arg().set("max-negative-ttl", "maximum number of seconds to keep a negative cached entry in memory")="3600"; 2023 2023 ::arg().set("server-id", "Returned when queried for 'server.id' TXT or NSID, defaults to hostname")="";