increase timeout to help with bulk add of users

This commit is contained in:
vilmibm 2019-12-16 22:21:44 +00:00
parent 5220d9bfad
commit 2385446e74

View File

@ -9,4 +9,4 @@ VENV=/town/venvs/ttadmin
source $VENV/bin/activate
export DJANGO_SETTINGS_MODULE=settings_live
cd $APP_ROOT
gunicorn -b0.0.0.0:$PORT ttadmin.wsgi
gunicorn -t120 -b0.0.0.0:$PORT ttadmin.wsgi