cleanup old comments

This commit is contained in:
A.Unger
2020-11-11 15:52:13 +01:00
parent 83d9b0c97d
commit 951a441f65
6 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func newGrpcClient() mclient.Client {
c := grpc.NewClient(
mclient.RequestTimeout(10*time.Second),
mclient.Registry(r), // this is a workaround and will force clients to ONLY use etcd as the registry. This needs to be configurable
mclient.Registry(r),
)
return c
}