unbound: update to 1.9.3

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
(cherry-picked from commit c36d8a49fd)
This commit is contained in:
Eric Luehrsen
2019-08-29 22:45:45 -04:00
committed by Josef Schlehofer
parent 81eb936054
commit b69c271d0a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -582,7 +582,7 @@ unbound_conf() {
if [ "$UB_N_THREADS" -gt 1 ] \
&& $PROG -h | grep -q "linked libs:.*libevent" ; then
&& $PROG -V | grep -q "Linked libs:.*libevent" ; then
# heavy variant using "threads" may need substantial resources
echo " num-threads: 2" >> $UB_CORE_CONF
else