crank langflow client config to 20 minutes

This commit is contained in:
phact 2025-11-23 19:33:28 -05:00
parent a12a666ade
commit f242a700a8

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