mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Bump this a bit to allow for faster speed
This commit is contained in:
parent
b2b002cd6c
commit
f06ce79db7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user