We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1bfe1 commit caf87efCopy full SHA for caf87ef
src/lib/runtime/ExecutionContext.ts
@@ -34,7 +34,7 @@ export type WSAgentConfig = z.infer<typeof WSAgentConfigSchema>
34
35
export const WS_AGENT_CONFIG: WSAgentConfig = {
36
url: 'ws://localhost:9200',
37
- eventGapTimeout: 60000, // 60 seconds - client-side safety net
+ eventGapTimeout: 180000, // 180 seconds - client-side safety net
38
enableScreenshots: false,
39
enableFallback: true
40
}
0 commit comments