Increase workers and threads
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-09 13:20:08 +03:00
parent 14251f75aa
commit 5c37ae78ff

View File

@ -2,4 +2,4 @@
./manage.py migrate --noinput ./manage.py migrate --noinput
./manage.py collectstatic --noinput ./manage.py collectstatic --noinput
exec gunicorn --bind :8000 --workers 4 later42.wsgi:application exec gunicorn --bind :8000 --workers 8 --threads 4 later42.wsgi:application