mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 12:26:08 +00:00
fix(plugin): extend knowledge retrieval timeout
This commit is contained in:
@@ -1944,7 +1944,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
||||
'retriever_name': retriever_name,
|
||||
'retrieval_context': retrieval_context,
|
||||
},
|
||||
timeout=30,
|
||||
timeout=180,
|
||||
)
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user