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
Optimize two points:
1.The init() method in GrpcChannelManager is not called, so the cleanup thread scanExpireResultFuture does not take effect.
2.scanExpireResultFuture scans every 10 seconds. Unable to accurately handle timeout requests.GrpcProxyRelayRequestTimeoutInSeconds units for seconds, should be adjusted to scan once per second.
The text was updated successfully, but these errors were encountered:
Optimize two points:
1.The init() method in GrpcChannelManager is not called, so the cleanup thread scanExpireResultFuture does not take effect.
2.scanExpireResultFuture scans every 10 seconds. Unable to accurately handle timeout requests.GrpcProxyRelayRequestTimeoutInSeconds units for seconds, should be adjusted to scan once per second.
The text was updated successfully, but these errors were encountered: