config: small gunicorn config fix

This commit is contained in:
RhodeCode Admin 2023-08-25 12:49:39 +02:00
parent 518936723b
commit c9fb929365

View file

@ -64,7 +64,7 @@ workers = 4
# Gunicorn access log level
loglevel = 'info'
# Process name visible in process list
# Process name visible in a process list
proc_name = 'rhodecode_enterprise'
# Type of worker class, one of `sync`, `gevent`