fix: remove etcd pings to avoid too-many-pings error (#3212)
This commit is contained in:
@@ -48,8 +48,7 @@ type (
|
||||
)
|
||||
|
||||
// NewClient returns a Client.
|
||||
func NewClient(target string, middlewares ClientMiddlewaresConf,
|
||||
opts ...ClientOption) (Client, error) {
|
||||
func NewClient(target string, middlewares ClientMiddlewaresConf, opts ...ClientOption) (Client, error) {
|
||||
cli := client{
|
||||
middlewares: middlewares,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user