summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-10-15 16:23:29 +0200
committerErmal <eri@pfsense.org>2014-10-15 16:23:29 +0200
commit2f5488df443641574a80b65ede23c1fe75b42f37 (patch)
treecc85981c0054a9922e148f67bba76cf8be81fae0 /etc/inc/globals.inc
parent29fb23d449e98e786384274d23ca400e9595a6b4 (diff)
downloadpfsense-2f5488df443641574a80b65ede23c1fe75b42f37.zip
pfsense-2f5488df443641574a80b65ede23c1fe75b42f37.tar.gz
Reintroduce the vfs.forcesync systl
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 59cf615..de37f8b 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -152,7 +152,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.route.netisr_maxqlen" => 1024,
"net.inet.udp.checksum" => 1,
"net.bpf.zerocopy_enable" => 1,
- "net.inet.icmp.reply_from_interface" => 1
+ "net.inet.icmp.reply_from_interface" => 1,
+ "vfs.forcesync" => "0"
);
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */
OpenPOWER on IntegriCloud