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
As for the connection pool, the idle object after minEvictableIdleTimeMillis is evicted in Evictor thread.
Evictor thread is started only when timeBetweenEvictionRunsMillis > 0, and default timeBetweenEvictionRunsMillis is -1.
However, RpcClientOptions doesn't provide API to set timeBetweenEvictionRunsMillis. Could we provide RpcClientOptions::timeBetweenEvictionRunsMillis?
As for the connection pool, the idle object after
minEvictableIdleTimeMillis
is evicted in Evictor thread.Evictor thread is started only when
timeBetweenEvictionRunsMillis > 0
, and defaulttimeBetweenEvictionRunsMillis
is -1.However, RpcClientOptions doesn't provide API to set
timeBetweenEvictionRunsMillis
. Could we provideRpcClientOptions::timeBetweenEvictionRunsMillis
?The text was updated successfully, but these errors were encountered: