From 15ff034800fc7b5d6ee97035769ba2187ad2df86 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 21 Jan 2010 23:19:17 -0500 Subject: [PATCH] reduced children count` --- lib/Bot/BB3.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Bot/BB3.pm b/lib/Bot/BB3.pm index 96cfe4d..edf9cae 100644 --- a/lib/Bot/BB3.pm +++ b/lib/Bot/BB3.pm @@ -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, );