# HG changeset patch # User Marcin Kuzminski # Date 2017-05-04 15:47:55 # Node ID b7a258b980a823372a0d4c37813b685e92d8dcf2 # Parent 8c8c1a1c286bdac6e88f3f6c8e143e6a7e60a5c0 ini: updated production ini with latest changes diff --git a/configs/production_http.ini b/configs/production_http.ini --- a/configs/production_http.ini +++ b/configs/production_http.ini @@ -20,8 +20,7 @@ use = egg:gunicorn#main workers = 2 ## process name proc_name = rhodecode_vcsserver -## type of worker class, one of sync, gevent -## recommended for bigger setup is using of of other than sync one +## type of worker class, currently `sync` is the only option allowed. worker_class = sync ## The maximum number of simultaneous clients. Valid only for Gevent #worker_connections = 10