]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
stream reuse, up connection reuse time to 60 seconds.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2020 09:36:22 +0000 (10:36 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 23 Nov 2020 09:36:22 +0000 (10:36 +0100)
services/outside_network.h

index 15b33094fc0a9f25521347291083f338115aaff8..c90f9d02d8cf9398c1168a89fd791db4b79457a5 100644 (file)
@@ -281,7 +281,7 @@ struct reuse_tcp {
 /** max number of queries on a reuse connection */
 #define MAX_REUSE_TCP_QUERIES 200
 /** timeout for REUSE entries in milliseconds. */
-#define REUSE_TIMEOUT 30000
+#define REUSE_TIMEOUT 60000
 
 /**
  * A query that has an answer pending for it.