diff --git a/entrypoint.sh b/entrypoint.sh index 8a668575..8e77e100 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,6 +14,7 @@ if [ "$1" = 'server' ]; then --harakiri "${UWSGI_TIMEOUT}" \ --socket-timeout "${UWSGI_TIMEOUT}" \ --harakiri-verbose \ + -b 32768 \ --lazy-apps \ --master \ --thunder-lock \