mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:32:05 -04:00
[9.20] chg: doc: Add release note for #4460
This release note was missing due to a malformed Merge Request title. The text is not copied verbatim, but changed to something more release note-like. Backport of MR !9598 Merge branch 'backport-4460-add-missing-release-note-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9615
This commit is contained in:
commit
f6696418ef
1 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ Feature Changes
|
|||
quotas. This should help in maintaining the cache from which query
|
||||
responses can be given. :gl:`#4219`
|
||||
|
||||
- Improve performance for queries that require an NSEC3 wildcard proof.
|
||||
|
||||
Rather than starting from the longest matching part of the requested name,
|
||||
lookup the shortest partial match. Most of the time this will be the actual
|
||||
closest encloser. :gl:`#4460`
|
||||
|
||||
- Follow the number of CPUs set by ``taskset``/``cpuset``.
|
||||
|
||||
Administrators may wish to constrain the set of cores that
|
||||
|
|
|
|||
Loading…
Reference in a new issue