We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994225e commit e0384a3Copy full SHA for e0384a3
tikv-client-common/src/security.rs
@@ -78,7 +78,8 @@ impl SecurityManager {
78
79
let cb = ChannelBuilder::new(env)
80
.keepalive_time(Duration::from_secs(10))
81
- .keepalive_timeout(Duration::from_secs(3));
+ .keepalive_timeout(Duration::from_secs(3))
82
+ .use_local_subchannel_pool(true);
83
84
let channel = if self.ca.is_empty() {
85
cb.connect(&addr)
0 commit comments