mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-05-20 14:22:15 -04:00
Adjust timeout
This commit is contained in:
@@ -21,5 +21,5 @@ else
|
||||
fi
|
||||
|
||||
eval $(./venv/bin/python ./scripts/print_args_env.py "$@")
|
||||
PROMETHEUS_MULTIPROC_DIR="${__dirname}/../db/prometheus" ./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 90 --bind [::]:$LT_PORT 'wsgi:app'
|
||||
PROMETHEUS_MULTIPROC_DIR="${__dirname}/../db/prometheus" ./venv/bin/gunicorn -c scripts/gunicorn_conf.py --workers $LT_THREADS --max-requests 250 --timeout 2400 --bind [::]:$LT_PORT 'wsgi:app'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user