-
Notifications
You must be signed in to change notification settings - Fork 749
Fix timeout values in Go example #32921
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
base: main
Are you sure you want to change the base?
Conversation
Fixed incorrect timeout values in Go example for timeouts documentation: - Changed transport timeout from 300ms to 500ms (should be 50-100ms more than operation timeout) - Changed cancel_after from 300ms to 400ms (should match operation timeout) - Added missing 'time' import Applied fixes to both Russian and English versions.
|
🟢 |
|
⚪
🟢 |
✅ Documentation buildRevision built successfully Build logsWarnings (5) |
|
⚪
🟢 |
Changelog
Bugfix: Fixed incorrect timeout values in Go example for timeouts documentation
Description
Fixed incorrect timeout values in Go example for timeouts documentation:
Applied fixes to both Russian and English versions.
Category
Bugfix