Changeset - 8c11a295d131
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 12 years ago 2013-06-07 19:56:17
marcin@python-works.com
Added timeout option to gunicorn example config
3 files changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -59,6 +59,9 @@ max_request_body_size = 107374182400
 
## recommended for bigger setup is using of of other than sync one
 
#worker_class = sync
 
#max_requests = 5
 
## ammount of time a worker can handle request before it get's killed and
 
## restarted
 
#timeout = 3600
 

	
 
## COMMON ##
 
host = 0.0.0.0
production.ini
Show inline comments
 
@@ -59,6 +59,9 @@ max_request_body_size = 107374182400
 
## recommended for bigger setup is using of of other than sync one
 
#worker_class = sync
 
#max_requests = 5
 
## ammount of time a worker can handle request before it get's killed and
 
## restarted
 
#timeout = 3600
 

	
 
## COMMON ##
 
host = 127.0.0.1
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -59,6 +59,9 @@ max_request_body_size = 107374182400
 
## recommended for bigger setup is using of of other than sync one
 
#worker_class = sync
 
#max_requests = 5
 
## ammount of time a worker can handle request before it get's killed and
 
## restarted
 
#timeout = 3600
 

	
 
## COMMON ##
 
host = 127.0.0.1
0 comments (0 inline, 0 general)