additional tag edditing functionality. and delete by tag. added import tuning options to settings
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ fi
|
||||
|
||||
# --- Start Gunicorn ---
|
||||
GUNICORN_BIND="${GUNICORN_BIND:-0.0.0.0:5000}"
|
||||
GUNICORN_WORKERS="${GUNICORN_WORKERS:-4}"
|
||||
GUNICORN_THREADS="${GUNICORN_THREADS:-8}"
|
||||
GUNICORN_WORKERS="${GUNICORN_WORKERS:-8}"
|
||||
GUNICORN_THREADS="${GUNICORN_THREADS:-4}"
|
||||
GUNICORN_TIMEOUT="${GUNICORN_TIMEOUT:-180}"
|
||||
GUNICORN_OPTS="${GUNICORN_OPTS:-}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user