mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: default value in run-server.sh (#34719)
(cherry picked from commit 179a6f2cfe)
This commit is contained in:
committed by
Joe Li
parent
958b29acbc
commit
3b3aa1e302
@@ -26,7 +26,7 @@ gunicorn \
|
||||
--workers ${SERVER_WORKER_AMOUNT:-1} \
|
||||
--worker-class ${SERVER_WORKER_CLASS:-gthread} \
|
||||
--threads ${SERVER_THREADS_AMOUNT:-20} \
|
||||
--log-level "${GUNICORN_LOGLEVEL:info}" \
|
||||
--log-level "${GUNICORN_LOGLEVEL:-info}" \
|
||||
--timeout ${GUNICORN_TIMEOUT:-60} \
|
||||
--keep-alive ${GUNICORN_KEEPALIVE:-2} \
|
||||
--max-requests ${WORKER_MAX_REQUESTS:-0} \
|
||||
|
||||
Reference in New Issue
Block a user