1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:35:40 -04:00

reduced children count`

This commit is contained in:
Ryan Voots 2010-01-21 23:19:17 -05:00
parent e95c095d1c
commit 15ff034800

View file

@ -164,9 +164,9 @@ sub parse_main_conf {
}
my %conf_defaults = (
start_plugin_children => 4,
max_plugin_children => 10,
child_handle_count => 100,
start_plugin_children => 1,
max_plugin_children => 2,
child_handle_count => 10,
http_plugin_port => 10080,
pastebot_plugin_port => 10081,
);