Merge pull request #603 from langflow-ai/crank-scarf-timeout

crank scarf timeout
This commit is contained in:
Sebastián Estévez 2025-12-03 20:14:33 -05:00 committed by GitHub
commit b06765e5ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,8 @@ def _get_openrag_version() -> str:
OPENRAG_VERSION = _get_openrag_version()
# HTTP timeouts
HTTP_REQUEST_TIMEOUT = 10.0
HTTP_CONNECT_TIMEOUT = 5.0
HTTP_REQUEST_TIMEOUT = 15.0
HTTP_CONNECT_TIMEOUT = 10.0
# Retry configuration
RETRY_BASE_MS = 250