]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Wed, 26 Jul 2000 23:20:20 +0000 (23:20 +0000)
committerBrian Wellington <source@isc.org>
Wed, 26 Jul 2000 23:20:20 +0000 (23:20 +0000)
bumped recursive client quota from 100 to 1000

bin/named/server.c
doc/arm/Bv9ARM.6.html
doc/arm/Bv9ARM.txt

index 08edfe823672895424591247e1cd8eac1cf9eebf..f3717b890e11e8fea37ec70a17c57562a1964e91 100644 (file)
@@ -15,7 +15,7 @@
  * 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>
 
@@ -1149,7 +1149,7 @@ load_configuration(const char *filename, ns_server_t *server,
        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.
index 48e30ff114da26e50d28dccb19c9fde9d0198bf1..b91f3b05647e5f9e4c2bbd3f0c9bbc92bc911565 100644 (file)
@@ -16,7 +16,7 @@
  - 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>
@@ -3090,7 +3090,7 @@ recursive-clients</CODE>
 <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>
index dfb62a15e7bc8b9bb9a0ea0b39d4eb3ebbb1a0b2..e99004b0faad51b4e243c514b3b1a0002d29ee76 100644 (file)
@@ -2587,7 +2587,7 @@ description of size_spec in Configuration File Elements for more details.
 
  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.