mild doc update, some changes from testing
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 20 May 2008 19:41:55 +0000 (19:41 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 20 May 2008 19:41:55 +0000 (19:41 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1330 9efc2488-bf62-4759-914b-345cdb29e865

src/python/opensrf.py

index cd77bf3..72cd3ee 100755 (executable)
@@ -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 <action>
@@ -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