mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-11 13:20:58 +00:00
perf: longer timeout for emit_event
This commit is contained in:
@@ -280,7 +280,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
|||||||
{
|
{
|
||||||
'event_context': event_context,
|
'event_context': event_context,
|
||||||
},
|
},
|
||||||
timeout=10,
|
timeout=30,
|
||||||
)
|
)
|
||||||
|
|
||||||
return result
|
return result
|
||||||
@@ -324,7 +324,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
|||||||
{
|
{
|
||||||
'command_context': command_context,
|
'command_context': command_context,
|
||||||
},
|
},
|
||||||
timeout=10,
|
timeout=30,
|
||||||
)
|
)
|
||||||
|
|
||||||
async for ret in gen:
|
async for ret in gen:
|
||||||
|
|||||||
Reference in New Issue
Block a user