]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DEFAULT_QUERY_TIMEOUT 30
authorMark Andrews <marka@isc.org>
Tue, 8 Feb 2011 22:56:53 +0000 (22:56 +0000)
committerMark Andrews <marka@isc.org>
Tue, 8 Feb 2011 22:56:53 +0000 (22:56 +0000)
lib/dns/resolver.c

index 17946b710fb7ec7cd91d2e11b9bd9f964028fb0d..842c4b12c1e852fb90c140abe9fd6992812ad279 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.428.6.2 2011/02/03 12:17:50 tbox Exp $ */
+/* $Id: resolver.c,v 1.428.6.3 2011/02/08 22:56:53 marka Exp $ */
 
 /*! \file */
 
 #endif
 
 #ifndef DEFAULT_QUERY_TIMEOUT
-#define DEFAULT_QUERY_TIMEOUT 10  /* The default time in seconds for the whole query to live. */
+#define DEFAULT_QUERY_TIMEOUT 30  /* The default time in seconds for the whole query to live. */
 #endif
 
 #ifndef MAXIMUM_QUERY_TIMEOUT