mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
Remove fixed known issue [GL #4898]
This commit is contained in:
parent
842abe9fbf
commit
9fc773ce4c
1 changed files with 1 additions and 9 deletions
|
|
@ -14,12 +14,4 @@
|
|||
Known Issues
|
||||
------------
|
||||
|
||||
- Long-running tasks in offloaded threads (e.g. loading RPZ zones or
|
||||
processing zone transfers) may block the resolution of queries during
|
||||
these operations and cause the queries to time out.
|
||||
|
||||
To work around the issue, the ``UV_THREADPOOL_SIZE`` environment
|
||||
variable can be set to a larger value before starting :iscman:`named`.
|
||||
The recommended value is the number of RPZ zones (or number of
|
||||
transfers) plus the number of threads BIND should use, which is
|
||||
typically the number of CPUs. :gl:`#4898`
|
||||
- There are no known issues affecting this BIND 9 branch.
|
||||
|
|
|
|||
Loading…
Reference in a new issue