From 6e77351eda381d8dfeb02b5920c4c03ba1ad82bd Mon Sep 17 00:00:00 2001 From: youhuanghe <1051233107@qq.com> Date: Fri, 13 Mar 2026 02:37:32 +0000 Subject: [PATCH] refactor: up rag ingest timeout --- src/langbot/pkg/plugin/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langbot/pkg/plugin/handler.py b/src/langbot/pkg/plugin/handler.py index 1a294d8c..1d190220 100644 --- a/src/langbot/pkg/plugin/handler.py +++ b/src/langbot/pkg/plugin/handler.py @@ -993,7 +993,7 @@ class RuntimeConnectionHandler(handler.Handler): result = await self.call_action( LangBotToRuntimeAction.RAG_INGEST_DOCUMENT, {'plugin_author': plugin_author, 'plugin_name': plugin_name, 'context': context_data}, - timeout=300, # Ingestion can be slow + timeout=1200, # Ingestion can be slow for large documents ) return result