increase timeout to help with bulk add of users
This commit is contained in:
parent
5220d9bfad
commit
2385446e74
@ -9,4 +9,4 @@ VENV=/town/venvs/ttadmin
|
|||||||
source $VENV/bin/activate
|
source $VENV/bin/activate
|
||||||
export DJANGO_SETTINGS_MODULE=settings_live
|
export DJANGO_SETTINGS_MODULE=settings_live
|
||||||
cd $APP_ROOT
|
cd $APP_ROOT
|
||||||
gunicorn -b0.0.0.0:$PORT ttadmin.wsgi
|
gunicorn -t120 -b0.0.0.0:$PORT ttadmin.wsgi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user