aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_advanced.xml
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-06-18 18:49:39 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-06-18 18:49:39 -0400
commit34cb0a39d7d14ecba7a4fc5060a04760d3921bc8 (patch)
treebe1f93eff4980ae6cf3f0d3bbbd5735a426f7b60 /config/unbound/unbound_advanced.xml
parent8c5840439b815474d2a39434147b7892590198f3 (diff)
parent268bcb9a886494c81191ec63e220ec1c02508b65 (diff)
downloadpfsense-packages-34cb0a39d7d14ecba7a4fc5060a04760d3921bc8.tar.gz
pfsense-packages-34cb0a39d7d14ecba7a4fc5060a04760d3921bc8.tar.bz2
pfsense-packages-34cb0a39d7d14ecba7a4fc5060a04760d3921bc8.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'config/unbound/unbound_advanced.xml')
-rw-r--r--config/unbound/unbound_advanced.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/unbound/unbound_advanced.xml b/config/unbound/unbound_advanced.xml
index 7603d0aa..2da5b505 100644
--- a/config/unbound/unbound_advanced.xml
+++ b/config/unbound/unbound_advanced.xml
@@ -219,11 +219,12 @@
<fieldname>num_queries_per_thread</fieldname>
<description>The number of queries that every thread will service simultaneously. If more queries arrive that need to be serviced, and no queries can be jostled, then these queries are dropped.</description>
<type>select</type>
- <default_value>1024</default_value>
+ <default_value>4096</default_value>
<options>
<option><name>512</name><value>512</value></option>
<option><name>1024</name><value>1024</value></option>
<option><name>2048</name><value>2048</value></option>
+ <option><name>4096</name><value>4096</value></option>
</options>
<advancedfield/>
</field>