mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 17:09:20 -05:00
stream reuse, up connection reuse time to 60 seconds.
This commit is contained in:
parent
9423b5b8b2
commit
6b97cb1dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue