diff production.ini @ 3935:92ec93df78f0 beta

added info about settings instance_id=* with gunicorn setup and >1 workers
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 03 Jun 2013 03:10:48 +0200
parents 985db7f7b9b2
children c27967598e0c
line wrap: on
line diff
--- a/production.ini	Sun Jun 02 21:48:58 2013 +0200
+++ b/production.ini	Mon Jun 03 03:10:48 2013 +0200
@@ -50,7 +50,8 @@
 
 ## GUNICORN ##
 #use = egg:gunicorn#main
-## number of process workers. Don't change that to more than 1
+## number of process workers. You must set `instance_id = *` when this option
+## is set to more than one worker
 #workers = 1
 ## process name
 #proc_name = rhodecode