increase timeout to help with bulk add of users

master
vilmibm 2019-12-16 22:21:44 +00:00
parent 5220d9bfad
commit 2385446e74
1 changed files with 1 additions and 1 deletions

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