summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 17:21:39 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 17:21:39 -0500
commit5f156797f01e53993176a44587624e4844c91d80 (patch)
tree2afbcaaa14e6b47a1d29b1e6739a480333bd4941 /etc/inc/services.inc
parente265d9f54b5fafe8dc743a060483befd324d87df (diff)
downloadpfsense-5f156797f01e53993176a44587624e4844c91d80.zip
pfsense-5f156797f01e53993176a44587624e4844c91d80.tar.gz
dnsmasq defaults to 150 concurrent lookups. For some environments (large) this is not enough. Increase to 5000
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index ca5fa84..e47e351 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -644,7 +644,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq --all-servers --cache-size=10000 {$args}");
+ mwexec("/usr/local/sbin/dnsmasq --all-servers --dns-forward-max=5000 --cache-size=10000 {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud