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
See in http_helper.cc that 'http.timeout' is hardcoded to reject values over 30 seconds.
I am calling into an HTTP endpoint with an SLA of 120 seconds. Please rework this configuration value to accept values of at least 120 seconds. Even better would be accepting any unconstrained value and trusting clients to make good decisions.
The text was updated successfully, but these errors were encountered:
See in http_helper.cc that 'http.timeout' is hardcoded to reject values over 30 seconds.
I am calling into an HTTP endpoint with an SLA of 120 seconds. Please rework this configuration value to accept values of at least 120 seconds. Even better would be accepting any unconstrained value and trusting clients to make good decisions.
The text was updated successfully, but these errors were encountered: