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, |
|
|
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