From c0edcfb3ae3ae6e03495eb1a0fe1e451f89f2495 Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Tue, 7 May 2024 15:11:30 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20production=20timeout=20to=20de?= =?UTF-8?q?al=20with=20a=20very=20large=20files-changed=20param=E2=80=A6"?= =?UTF-8?q?=20(#1463)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit dec046774aeb5f6ce5811cf9feaaaac3f0cd40e2. --- api/docker.d/init.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/docker.d/init.sh b/api/docker.d/init.sh index dbcdda357..a2364d910 100755 --- a/api/docker.d/init.sh +++ b/api/docker.d/init.sh @@ -28,9 +28,4 @@ then EXTRA_ARGS="--bind $HOST:$PORT --workers 1 --timeout 3600 --reload --reload-engine=poll --certfile=$cert --keyfile=$key" fi -if [ "$APP_CHANNEL" == "production" ] -then - EXTRA_ARGS="--timeout 300" -fi - exec poetry run gunicorn $FLASK_APP --log-file - $EXTRA_ARGS