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
We are using Airlift HttpClient's default setting to make requests, but in some cases, 5 min seems to be too long when making HTTP requests.
It would better for users to have options to change timeouts.
We are using Airlift HttpClient's default setting to make requests, but in some cases, 5 min seems to be too long when making HTTP requests.
It would better for users to have options to change timeouts.
https://github.com/airlift/airlift/blob/master/http-client/src/main/java/io/airlift/http/client/HttpClientConfig.java#L69-L70
The text was updated successfully, but these errors were encountered: