##// END OF EJS Templates
ini: updated production ini with latest changes
marcink -
r216:b7a258b9 default
parent child Browse files
Show More
@@ -20,8 +20,7 b' use = egg:gunicorn#main'
20 20 workers = 2
21 21 ## process name
22 22 proc_name = rhodecode_vcsserver
23 ## type of worker class, one of sync, gevent
24 ## recommended for bigger setup is using of of other than sync one
23 ## type of worker class, currently `sync` is the only option allowed.
25 24 worker_class = sync
26 25 ## The maximum number of simultaneous clients. Valid only for Gevent
27 26 #worker_connections = 10
General Comments 0
You need to be logged in to leave comments. Login now