crank langflow timeout

This commit is contained in:
phact 2025-10-11 00:52:56 -04:00
parent aff70096ce
commit 5a4d5158bc

View file

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