diff --git a/start.sh b/start.sh index cbb066f..4bc621e 100755 --- a/start.sh +++ b/start.sh @@ -127,6 +127,7 @@ if [[ "$HAS_GUNICORN" -eq 1 && "$HAS_GEVENT" -eq 1 ]]; then -k gevent -w 1 --timeout 300 + --graceful-timeout 5 --worker-connections 1000 --bind "${HOST}:${PORT}" --access-logfile -