-
Notifications
You must be signed in to change notification settings - Fork 893
Improve Javadoc for request-level timeout #3771
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
Conversation
* <p> | ||
* This will override the {@link ClientOverrideConfiguration#apiCallAttemptTimeout()} if it is configured. | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be added to the builder's setters as well? People are more likely to read the javadoc on the method they're calling (on the builder) instead of the method that the SDK is using (on the override configuration).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah, I thought I did, will update
Kudos, SonarCloud Quality Gate passed!
|
…659a77518 Pull request: release <- staging/cdd54d63-df61-4cbd-99e3-a06659a77518
Motivation and Context
Improve Javadoc for request-level timeout