mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🐛 Increase request timeout significantly
This commit is contained in:
parent
d60b15a635
commit
9cdf42efca
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
poetry run python -O ./manage.py migrate --no-input
|
||||
poetry run python -O ./manage.py collectstatic --no-input
|
||||
poetry run python -O ./manage.py initsuperuser
|
||||
poetry run python -O -m gunicorn sophon.wsgi:application --workers=4 --bind=0.0.0.0:8000
|
||||
poetry run python -O -m gunicorn sophon.wsgi:application --workers=4 --bind=0.0.0.0:8000 --timeout 180
|
||||
|
|
|
@ -908,7 +908,7 @@ L'immagine utilizza `Poetry` per installare le dipendenze, poi esegue il file ``
|
|||
poetry run python -O ./manage.py migrate --no-input
|
||||
poetry run python -O ./manage.py collectstatic --no-input
|
||||
poetry run python -O ./manage.py initsuperuser
|
||||
poetry run python -O -m gunicorn sophon.wsgi:application --workers=4 --bind=0.0.0.0:8000
|
||||
poetry run python -O -m gunicorn sophon.wsgi:application --workers=4 --bind=0.0.0.0:8000 --timeout 180
|
||||
|
||||
|
||||
.. index::
|
||||
|
|
Loading…
Reference in a new issue