From 4ed2002e6971db385b1389858bfa7136e2d682bc Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Fri, 23 Mar 2012 14:19:32 +0100 Subject: [PATCH] [REV] reverted local (and mistakenly commited) changes to gunicorn.conf.py. bzr revid: vmt@openerp.com-20120323131932-s0gu0abmmdsk5fv3 --- gunicorn.conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 75ca0511c39..2400aa9fccd 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -21,7 +21,7 @@ pidfile = '.gunicorn.pid' # Gunicorn recommends 2-4 x number_of_cpu_cores, but # you'll want to vary this a bit to find the best for your # particular work load. -workers = 10 +workers = 4 # Some application-wide initialization is needed. on_starting = openerp.wsgi.core.on_starting @@ -32,7 +32,7 @@ post_request = openerp.wsgi.core.post_request # big reports for example timeout = 240 -#max_requests = 2000 +max_requests = 2000 # Equivalent of --load command-line option openerp.conf.server_wide_modules = ['web'] @@ -43,7 +43,6 @@ conf = openerp.tools.config # Path to the OpenERP Addons repository (comma-separated for # multiple locations) conf['addons_path'] = '/home/openerp/addons/trunk,/home/openerp/web/trunk/addons' -conf['addons_path'] = '/home/thu/repos/addons/trunk,/home/thu/repos/web/6.1-blocking-create-db/addons' # Optional database config if not using local socket #conf['db_name'] = 'mycompany'