Increased timeout limit

This commit is contained in:
Jonas Linter
2025-11-19 20:53:27 +01:00
parent d49f6915c9
commit 8308be3e49
2 changed files with 12 additions and 1 deletions

View File

@@ -66,4 +66,5 @@ CMD python -m alpine_bits_python.run_api \
--access-log \
--forwarded-allow-ips "${FORWARDED_ALLOW_IPS:-127.0.0.1}" \
--proxy-headers \
--no-server-header
--no-server-header \
--timeout-graceful-shutdown 300