mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +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,
|
||||
},
|
||||
timeout=10,
|
||||
timeout=30,
|
||||
)
|
||||
|
||||
return result
|
||||
@@ -324,7 +324,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
||||
{
|
||||
'command_context': command_context,
|
||||
},
|
||||
timeout=10,
|
||||
timeout=30,
|
||||
)
|
||||
|
||||
async for ret in gen:
|
||||
|
||||
Reference in New Issue
Block a user