Revert "use PermitWithoutStream=true for etcd: send pings even without active stream"

This commit is contained in:
Paco Xu 2021-07-12 11:47:55 +08:00 committed by GitHub
parent 8ab66dcc4e
commit 1280a365e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,