From 5fba0b0cc50a1ba6ad4ee5f456052bd720b36b5a Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 20 May 2008 19:41:55 +0000 Subject: [PATCH] mild doc update, some changes from testing git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1330 9efc2488-bf62-4759-914b-345cdb29e865 --- src/python/opensrf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/opensrf.py b/src/python/opensrf.py index cd77bf3..72cd3ee 100755 --- a/src/python/opensrf.py +++ b/src/python/opensrf.py @@ -24,7 +24,7 @@ import osrf.system, osrf.server, osrf.app def help(): print ''' - Manage one or more an OpenSRF applications + Manage OpenSRF application processes Options: -a @@ -78,7 +78,7 @@ if action == 'start': osrf.app.Application.application.global_init() controller = osrf.server.Controller(service) - controller.max_requests = 10 + controller.max_requests = 100 controller.max_children = 6 controller.min_children = 3 -- 2.43.2