Update argos-translate, use MINISBD

This commit is contained in:
Piero Toffanin
2026-02-02 11:59:50 -05:00
parent 6e194f1ccc
commit ceb23ec095
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,5 +48,5 @@ else
mkdir -p "$PROMETHEUS_MULTIPROC_DIR"
fi
./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 2400 --bind $BIND_ADDR:$LT_PORT 'wsgi:app()'
ARGOS_CHUNK_TYPE=MINISBD ./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 2400 --bind $BIND_ADDR:$LT_PORT 'wsgi:app()'