mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #103635 from pacoxu/revert-101604-tuning-grpc
Revert "use PermitWithoutStream=true for etcd: send pings even without active stream"
This commit is contained in:
commit
db18331627
@ -171,7 +171,6 @@ func newETCD3Client(c storagebackend.TransportConfig) (*clientv3.Client, error)
|
||||
DialTimeout: dialTimeout,
|
||||
DialKeepAliveTime: keepaliveTime,
|
||||
DialKeepAliveTimeout: keepaliveTimeout,
|
||||
PermitWithoutStream: true,
|
||||
DialOptions: dialOptions,
|
||||
Endpoints: c.ServerList,
|
||||
TLS: tlsConfig,
|
||||
|
Loading…
Reference in New Issue
Block a user