polish on archive import processing
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ fi
|
||||
|
||||
# --- Start Gunicorn ---
|
||||
GUNICORN_BIND="${GUNICORN_BIND:-0.0.0.0:5000}"
|
||||
GUNICORN_WORKERS="${GUNICORN_WORKERS:-2}"
|
||||
GUNICORN_THREADS="${GUNICORN_THREADS:-4}"
|
||||
GUNICORN_TIMEOUT="${GUNICORN_TIMEOUT:-120}"
|
||||
GUNICORN_WORKERS="${GUNICORN_WORKERS:-4}"
|
||||
GUNICORN_THREADS="${GUNICORN_THREADS:-8}"
|
||||
GUNICORN_TIMEOUT="${GUNICORN_TIMEOUT:-180}"
|
||||
GUNICORN_OPTS="${GUNICORN_OPTS:-}"
|
||||
|
||||
echo "Starting Gunicorn on ${GUNICORN_BIND} …"
|
||||
|
||||
Reference in New Issue
Block a user