Bump this a bit to allow for faster speed

This commit is contained in:
Ermal 2013-03-21 15:01:52 +00:00
parent b2b002cd6c
commit f06ce79db7

View File

@ -147,7 +147,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"vfs.forcesync" => 0,
"kern.random.sys.harvest.interrupt" => 0,
"kern.random.sys.harvest.point_to_point" => 0,
"kern.random.sys.harvest.ethernet" => 0
"kern.random.sys.harvest.ethernet" => 0,
"net.route.netisr_maxqlen" => 1024
);
$config_parsed = false;