mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 20:55:39 -04:00
reduced children count`
This commit is contained in:
parent
e95c095d1c
commit
15ff034800
1 changed files with 3 additions and 3 deletions
|
@ -164,9 +164,9 @@ sub parse_main_conf {
|
||||||
}
|
}
|
||||||
|
|
||||||
my %conf_defaults = (
|
my %conf_defaults = (
|
||||||
start_plugin_children => 4,
|
start_plugin_children => 1,
|
||||||
max_plugin_children => 10,
|
max_plugin_children => 2,
|
||||||
child_handle_count => 100,
|
child_handle_count => 10,
|
||||||
http_plugin_port => 10080,
|
http_plugin_port => 10080,
|
||||||
pastebot_plugin_port => 10081,
|
pastebot_plugin_port => 10081,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue