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.
2 parents 06178ca + caf87ef commit ffcbd23Copy full SHA for ffcbd23
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