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
DirectConnectionConfig -
2. getConnectionTimeout() - change it to -> connectTimeout
requestTimeout -> This incorporates - consistency layer and I/O operations.
It does not include retry timeouts, serialization / deserialization timeouts.
To change the behavior ->
Initialize TimeoutHelper in ReplicatedResourceClient - with some constant value - 30 seconds or more ?
Keep using requestTimeout for I/O operations.
Hide requestTimeout API from DirectConnectionConfig & GatewayConnectionConfig
The text was updated successfully, but these errors were encountered:
DirectConnectionConfig -
2. getConnectionTimeout() - change it to ->
connectTimeout
requestTimeout
-> This incorporates - consistency layer and I/O operations.It does not include retry timeouts, serialization / deserialization timeouts.
To change the behavior ->
requestTimeout
API fromDirectConnectionConfig
&GatewayConnectionConfig
The text was updated successfully, but these errors were encountered: