fix(plugin): extend knowledge retrieval timeout

This commit is contained in:
huanghuoguoguo
2026-07-20 17:12:55 +08:00
parent e4d4860446
commit 7615c40f73
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1944,7 +1944,7 @@ class RuntimeConnectionHandler(handler.Handler):
'retriever_name': retriever_name,
'retrieval_context': retrieval_context,
},
timeout=30,
timeout=180,
)
return result