You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, requestTimeout is not publicly configurable. So we allow customer to override by using system property.
DefaultOptions -> System property or ConnectionPolicy.Default
requestTimeout -> DefaultOptions.requestTimeout
In the future, when we add the public API for request timeout, we should wire up correctly from connectionPolicy:
requestTimeout -> connectionPolicy.requestTimeout
The text was updated successfully, but these errors were encountered:
Currently, requestTimeout is not publicly configurable. So we allow customer to override by using system property.
DefaultOptions -> System property or ConnectionPolicy.Default
requestTimeout -> DefaultOptions.requestTimeout
In the future, when we add the public API for request timeout, we should wire up correctly from connectionPolicy:
requestTimeout -> connectionPolicy.requestTimeout
The text was updated successfully, but these errors were encountered: