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

View File

@ -1 +1 @@
1.8.3
1.8.4

View File

@ -36,7 +36,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"argostranslate ==1.9.6",
"argostranslate ==1.11.0",
"Flask ==2.2.5",
"flask-swagger ==0.2.14",
"flask-swagger-ui ==4.11.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()'