Changeset - 1d24330289a2
[Not reviewed]
default
0 4 0
Marcin Kuzminski - 12 years ago 2013-07-18 12:52:29
marcin@python-works.com
Added uwsgi timeouts into example
4 files changed with 18 insertions and 2 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -59,7 +59,7 @@ 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
 
## ammount of time a worker can handle request before it gets killed and
 
## restarted
 
#timeout = 3600
 

	
 
@@ -94,6 +94,10 @@ max_request_body_size = 107374182400
 
## enable large buffers
 
#buffer-size=65535
 

	
 
## socket and http timeouts ##
 
#http-timeout=3600
 
#socket-timeout=3600
 

	
 
## Log requests slower than the specified number of milliseconds.
 
#log-slow = 10
 

	
production.ini
Show inline comments
 
@@ -59,7 +59,7 @@ 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
 
## ammount of time a worker can handle request before it gets killed and
 
## restarted
 
#timeout = 3600
 

	
 
@@ -94,6 +94,10 @@ max_request_body_size = 107374182400
 
## enable large buffers
 
#buffer-size=65535
 

	
 
## socket and http timeouts ##
 
#http-timeout=3600
 
#socket-timeout=3600
 

	
 
## Log requests slower than the specified number of milliseconds.
 
#log-slow = 10
 

	
rhodecode/bin/template.ini.mako
Show inline comments
 
@@ -103,6 +103,10 @@ max-requests = 1000
 
<%text>## enable large buffers</%text>
 
buffer-size=65535
 

	
 
<%text>## socket and http timeouts ##</%text>
 
http-timeout=3600
 
socket-timeout=3600
 

	
 
<%text>## Log requests slower than the specified number of milliseconds.</%text>
 
log-slow = 10
 

	
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -94,6 +94,10 @@ max_request_body_size = 107374182400
 
## enable large buffers
 
#buffer-size=65535
 

	
 
## socket and http timeouts ##
 
#http-timeout=3600
 
#socket-timeout=3600
 

	
 
## Log requests slower than the specified number of milliseconds.
 
#log-slow = 10
 

	
0 comments (0 inline, 0 general)