mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
@@ -202,7 +202,6 @@ public class DownlinkGrpcClient {
|
|||||||
.directExecutor()
|
.directExecutor()
|
||||||
.keepAliveTime(keepAliveTimeSec, TimeUnit.SECONDS)
|
.keepAliveTime(keepAliveTimeSec, TimeUnit.SECONDS)
|
||||||
.usePlaintext()
|
.usePlaintext()
|
||||||
.keepAliveTime(5, TimeUnit.MINUTES) // Change to a larger value, e.g. 5min.
|
|
||||||
.keepAliveTimeout(10, TimeUnit.SECONDS) // Change to a larger value, e.g. 10s.
|
.keepAliveTimeout(10, TimeUnit.SECONDS) // Change to a larger value, e.g. 10s.
|
||||||
.keepAliveWithoutCalls(true)// You should normally avoid enabling this.
|
.keepAliveWithoutCalls(true)// You should normally avoid enabling this.
|
||||||
.defaultLoadBalancingPolicy("round_robin")
|
.defaultLoadBalancingPolicy("round_robin")
|
||||||
|
|||||||
Reference in New Issue
Block a user