* SOFTWARE.
*/
-/* $Id: server.c,v 1.200.2.2 2000/07/11 17:23:06 gson Exp $ */
+/* $Id: server.c,v 1.200.2.3 2000/07/26 23:20:15 bwelling Exp $ */
#include <config.h>
configure_server_quota(cctx, dns_c_ctx_gettcpclients,
&server->tcpquota, 100);
configure_server_quota(cctx, dns_c_ctx_getrecursiveclients,
- &server->recursionquota, 100);
+ &server->recursionquota, 1000);
/*
* Configure the zone manager.
- SOFTWARE.
-->
-<!-- $Id: Bv9ARM.6.html,v 1.5.2.4 2000/07/18 18:18:00 gson Exp $ -->
+<!-- $Id: Bv9ARM.6.html,v 1.5.2.5 2000/07/26 23:20:17 bwelling Exp $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML EXPERIMENTAL 970324//EN">
<HTML>
<A NAME="pgfId=1040062">
</A>
The maximum number of simultaneous recursive lookups the server will perform on behalf of clients. The default is <EM CLASS="grammar_literal">
-100</EM>
+1000</EM>
.</P>
</TD>
</TR>
recursive-clients The maximum number of simultaneous recursive lookups the
server will perform on behalf of clients. The default is
- 100.
+ 1000.
stacksize The maximum amount of stack memory the server may use.
The default is default. Not yet implemented in BIND 9.