Changeset - b68e7f1bf85b
[Not reviewed]
default
0 4 0
timeless@gmail.com - 10 years ago 2016-05-03 07:04:21
timeless@gmail.com
spelling: amount
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -98,7 +98,7 @@ max_request_body_size = 107374182400
 
## recommended for bigger setup is using of of other than sync one
 
#worker_class = sync
 
#max_requests = 1000
 
## ammount of time a worker can handle request before it gets killed and
 
## amount of time a worker can handle request before it gets killed and
 
## restarted
 
#timeout = 3600
 

	
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -95,7 +95,7 @@ proc_name = kallithea
 
<%text>## recommended for bigger setup is using of of other than sync one</%text>
 
worker_class = sync
 
max_requests = 1000
 
<%text>## ammount of time a worker can handle request before it gets killed and</%text>
 
<%text>## amount of time a worker can handle request before it gets killed and</%text>
 
<%text>## restarted</%text>
 
timeout = 3600
 

	
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -93,7 +93,7 @@ max_request_body_size = 107374182400
 
## recommended for bigger setup is using of of other than sync one
 
#worker_class = sync
 
#max_requests = 1000
 
## ammount of time a worker can handle request before it gets killed and
 
## amount of time a worker can handle request before it gets killed and
 
## restarted
 
#timeout = 3600
 

	
kallithea/tests/test.ini
Show inline comments
 
@@ -96,7 +96,7 @@ max_request_body_size = 107374182400
 
## recommended for bigger setup is using of of other than sync one
 
#worker_class = sync
 
#max_requests = 1000
 
## ammount of time a worker can handle request before it gets killed and
 
## amount of time a worker can handle request before it gets killed and
 
## restarted
 
#timeout = 3600
 

	
0 comments (0 inline, 0 general)