stream reuse, up connection reuse time to 60 seconds.

This commit is contained in:
W.C.A. Wijngaards 2020-11-23 10:36:22 +01:00
parent 9423b5b8b2
commit 6b97cb1dd1

View 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.