mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:35:40 -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 = (
|
||||
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,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue