Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojan295 committed Sep 17, 2024
1 parent 2e0b369 commit 52409b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"google.golang.org/grpc/backoff"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/keepalive"
"google.golang.org/grpc/metadata"
)

Expand Down Expand Up @@ -51,7 +50,6 @@ func main() {
},
}
dialOpts = append(dialOpts, grpc.WithConnectParams(connectParams))
dialOpts = append(dialOpts, grpc.WithKeepaliveParams(keepalive.ClientParameters{}))

logger.Infof(
"Creating grpc channel against (%s) with connection config (%+v) and TLS enabled=%v",
Expand Down

0 comments on commit 52409b9

Please sign in to comment.