dev: worker count (#2573)

* dev: workers count

* dev: update the worker count variable to GUNICORN_WORKERS
This commit is contained in:
Nikhil
2023-11-07 18:05:38 +05:30
committed by GitHub
parent f7cc2eca36
commit 86379c51b7
4 changed files with 8 additions and 1 deletions

View File

@@ -70,3 +70,6 @@ ENABLE_MAGIC_LINK_LOGIN="0"
# Email redirections and minio domain settings
WEB_URL="http://localhost"
# Gunicorn Workers
GUNICORN_WORKERS=2