configs: added small fixes into gunicorn configs

This commit is contained in:
RhodeCode Admin 2023-08-16 15:55:42 +02:00
parent 53292e1e37
commit dd61323584
3 changed files with 9 additions and 6 deletions

View file

@ -126,7 +126,7 @@ dev-srv:
.PHONY: dev-srv-g
## run gunicorn multi process workers
dev-srv-g:
gunicorn --workers=4 --paste .dev/dev_g.ini --bind=0.0.0.0:10020 --worker-class=gevent --threads=1 --config=configs/gunicorn_config.py --timeout=120
gunicorn --paste .dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py
# Default command on calling make