summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-14 19:52:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-14 19:52:11 +0000
commitc147cd0ea6565add9fded941bebae7a7fa926863 (patch)
tree36b780f151ee25c3722fbc4fa9533eb64899089d /etc/inc
parent4efd4885417f0af87078532e2e88ee4c213ce395 (diff)
downloadpfsense-c147cd0ea6565add9fded941bebae7a7fa926863.zip
pfsense-c147cd0ea6565add9fded941bebae7a7fa926863.tar.gz
Increase dnsmasq cache size to 5000. It defaults to 150.
Diffstat (limited to 'etc/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 ed7ad4b..13aad48 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -656,7 +656,7 @@ function services_dnsmasq_configure() {
//}
/* run dnsmasq */
- mwexec("/usr/local/sbin/dnsmasq {$args}");
+ mwexec("/usr/local/sbin/dnsmasq --cache-size=5000 {$args}");
if ($g['booting'])
echo "done.\n";
OpenPOWER on IntegriCloud