diff --git a/entrypoint.sh b/entrypoint.sh index c26b4bdf..565b84d5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,7 +19,6 @@ if [ "$1" = 'server' ]; then --master \ --thunder-lock \ --die-on-term \ - -z "${UWSGI_TIMEOUT}" \ --paste config:/etc/promenade/api-paste.ini \ --enable-threads \ --threads "${PROMENADE_THREADS}" \