description TEXT
);
+CREATE INDEX stat_time ON stat(time);
+CREATE INDEX stat_node_id ON stat(node_id);
+
INSERT INTO node_group VALUES(0, 0, 'Standalone');
$parameter_info_sql
--- This file was auto generated Wed Feb 18 15:58:37 2009 by create_db_files.pl
+-- This file was auto generated Mon Feb 23 08:16:23 2009 by create_db_files.pl
DROP TABLE node_group;
DROP TABLE node;
DROP TABLE stat;
description TEXT
);
+CREATE INDEX stat_time ON stat(time);
+CREATE INDEX stat_node_id ON stat(node_id);
+
INSERT INTO node_group VALUES(0, 0, 'Standalone');
INSERT INTO parameter_info VALUES('accept_fd_holdoff', 'ms', 'Default is 50. If we run out of file descriptors, the accept thread will sleep. This parameter control for how long it will sleep. NB: We do not know yet if it is a good idea to change this parameter, or if the default value is even sensible. Caution is advised, and feedback is most welcome. ');