From 2385446e7424bedd458cd8039518ca432003cc88 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 16 Dec 2019 22:21:44 +0000 Subject: [PATCH] increase timeout to help with bulk add of users --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index ce67861..e4da611 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -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