]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: usr: allow shorter resolver-query-timeout configuration
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 1 Aug 2024 19:23:42 +0000 (19:23 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 1 Aug 2024 19:23:42 +0000 (19:23 +0000)
commit840e56a979c3719ded668d5aaa04b1bddce465ef
treeb0fa5d74c1a8843b7acf70c6112e63e45cab9502
parent008bfb6249a5f81d9e02ad4d39fda63fab57a0ad
parentfa15c1fb232e7e91f47808069b1ab22016a3f386
[9.20] chg: usr: allow shorter resolver-query-timeout configuration

The minimum allowed value of 'resolver-query-timeout' was lowered to
301 milliseconds instead of the earlier 10000 milliseconds (which is the
default). As earlier, values less than or equal to 300 are converted to
seconds before applying the limit.

Closes #4320

Backport of MR !9091

Merge branch 'backport-4320-allow-shorter-resolver-query-timeout-configuration-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9220