Project

General

Profile

« Previous | Next » 

Revision b2b002cd

Added by Ermal LUÇI over 12 years ago

Reduce a bit the entropy collection sources to not hurt performance. There are plenty of other sources on today systems

View differences:

etc/inc/globals.inc
144 144
	"kern.ipc.maxsockbuf" => "4262144",
145 145
	"debug.pfftpproxy" => "0",
146 146
	"net.inet.ip.process_options" => 0,
147
	"vfs.forcesync" => 0
147
	"vfs.forcesync" => 0,
148
	"kern.random.sys.harvest.interrupt" => 0,
149
	"kern.random.sys.harvest.point_to_point" => 0,
150
	"kern.random.sys.harvest.ethernet" => 0
148 151
);
149 152

  
150 153
$config_parsed = false;

Also available in: Unified diff