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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
In JestClientFactory#getRequestConfig() the setting given for the "ConnTimeout" is propagated to setConnectionRequestTimeout() instead of setConnectTimeout(). In other places, the setting is passed correctly to setConnectTimeout().
I will send a PR for fixing it.
The text was updated successfully, but these errors were encountered:
In
JestClientFactory#getRequestConfig()
the setting given for the "ConnTimeout" is propagated tosetConnectionRequestTimeout()
instead ofsetConnectTimeout()
. In other places, the setting is passed correctly tosetConnectTimeout()
.I will send a PR for fixing it.
The text was updated successfully, but these errors were encountered: