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

Increase sleep time after server start to 3s #1086

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Increase sleep time after server start to 3s #1086

merged 1 commit into from
Feb 22, 2022

Conversation

danieljanes
Copy link
Member

This PR increases the sleep time in our code examples to give the server process more time to start up. In my experience, 2s are not always enough to have the server fully functional, which might result in connection errors, something that can be confusing to new users. Increasing this to 3s improves the reliability of our code examples. We'll be able to remove the sleep time entirely in the future once we have client-side retries.

@danieljanes danieljanes merged commit 80f3385 into main Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants