Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(connect): increase interaction timeout from 10 to 20 minutes #16672

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mroz22
Copy link
Contributor

@mroz22 mroz22 commented Jan 28, 2025

@mroz22 mroz22 added the no-project This label is used to specify that PR doesn't need to be added to a project label Jan 28, 2025
@mroz22 mroz22 force-pushed the increase-interaction-timeout branch from e738a76 to b286573 Compare January 28, 2025 12:02
@@ -26,7 +26,7 @@ const initialSettings: ConnectSettings = {
env: 'node',
lazyLoad: false,
timestamp: new Date().getTime(),
interactionTimeout: 600, // 5 minutes
interactionTimeout: 1200, // 20 minutes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@martykan martykan changed the title feat(connect): increase interaction timeout from 5 to 10 minutes feat(connect): increase interaction timeout from 10 to 20 minutes Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-project This label is used to specify that PR doesn't need to be added to a project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants