From c06240dbd2673418945537c28b187a7a05be4310 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 11 Dec 2012 22:31:18 +0000 Subject: Add the new tunable in the GUI for custommization and its default value --- etc/inc/globals.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/inc/globals.inc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 74b2876..e27da62 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -145,7 +145,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024", "vfs.read_max" => "32", "kern.ipc.maxsockbuf" => "4262144", "debug.pfftpproxy" => "0", - "net.inet.ip.process_options" => 0 + "net.inet.ip.process_options" => 0, + "vfs.forcesync" => 0 ); $config_parsed = false; -- cgit v1.1