Skip to content

Commit

Permalink
feat(connect): increase interaction timeout from 10 to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Feb 3, 2025
1 parent b5a2602 commit f800602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/src/data/connectSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const initialSettings: ConnectSettings = {
env: 'node',
lazyLoad: false,
timestamp: new Date().getTime(),
interactionTimeout: 600, // 5 minutes
interactionTimeout: 1200, // 20 minutes
sharedLogger: true,
deeplinkUrl: `${DEFAULT_DOMAIN}deeplink/${DEEPLINK_VERSION}/`,
transportReconnect: true,
Expand Down

0 comments on commit f800602

Please sign in to comment.