-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unbound: optimize outgoing-range differently; closes #2172
"- 50" would will eventually underflow. According to the official docs in the libevent case we set double num-queries-per-thread, so that's what we'll do and kick the other code. While here, seems like the GUI options for the default value are missing which causes the num-queries-per-thread value to decrease to 512, reducing the outbound-range with it arbitrarily. See: https://www.unbound.net/documentation/howto_optimise.html
- Loading branch information
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters