Merge branch 'main' into folder-upload-types

This commit is contained in:
Sebastián Estévez 2025-11-23 19:43:44 -05:00 committed by GitHub
commit aa0be423fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,7 +334,7 @@ class AppClients:
# Initialize Langflow HTTP client
self.langflow_http_client = httpx.AsyncClient(
base_url=LANGFLOW_URL, timeout=300.0
base_url=LANGFLOW_URL, timeout=1200.0
)
return self