mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-02-07 03:23:37 -05:00
Update argos-translate, use MINISBD
This commit is contained in:
parent
6e194f1ccc
commit
ceb23ec095
@ -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",
|
||||
|
||||
@ -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()'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user