mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
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.
(cherry picked from commit 5860bafc60)
This commit is contained in:
parent
29c460a4e5
commit
69d121df3d
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