diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-03-25 05:43:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 05:43:35 +0100 |
commit | d250f12243a74fd36905f46b983e3c142e3b2e67 (patch) | |
tree | 3ad714987fdd7130b59b62110ddb2c53c1feff18 /doc/classes | |
parent | 1ed6ad939b0909232fa8d7e1e398b710089706b6 (diff) | |
parent | 7d8b344f019f240cc734a0f2c67e8d445745d813 (diff) | |
download | redot-engine-d250f12243a74fd36905f46b983e3c142e3b2e67.tar.gz |
Merge pull request #59445 from Calinou/dns-increase-resolver-max-queries
Increase the maximum number of concurrent DNS queries from 32 to 256
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/IP.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml index 7ecac8680a..569f7fe570 100644 --- a/doc/classes/IP.xml +++ b/doc/classes/IP.xml @@ -103,7 +103,7 @@ <constant name="RESOLVER_STATUS_ERROR" value="3" enum="ResolverStatus"> DNS hostname resolver status: Error. </constant> - <constant name="RESOLVER_MAX_QUERIES" value="32"> + <constant name="RESOLVER_MAX_QUERIES" value="256"> Maximum number of concurrent DNS resolver queries allowed, [constant RESOLVER_INVALID_ID] is returned if exceeded. </constant> <constant name="RESOLVER_INVALID_ID" value="-1"> |