Skip to content

Commit

Permalink
Revert "Bump production timeout to deal with a very large files-chang…
Browse files Browse the repository at this point in the history
…ed param…" (#1463)

This reverts commit dec0467.
  • Loading branch information
gabrielBusta authored May 7, 2024
1 parent 01cc5f5 commit c0edcfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/docker.d/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0edcfb

Please sign in to comment.