Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elisheva-qlogic committed Jan 18, 2019
1 parent 43d5a98 commit 86463b2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ private void waitForPort(int port) throws InterruptedException, TimeoutException
}

private ManagedChannel createChannel(int port) {
// NOTE: usePlaintext is currently @ExperimentalAPI. In grpc 1.11 it be became parameterless.
// In 1.12 it should be stable. See https://github.com/grpc/grpc-java/issues/1772 for discussion
return ManagedChannelBuilder.forAddress("localhost", port)
.usePlaintext()
.maxInboundMessageSize(256 * 1024 * 1024)
Expand Down

0 comments on commit 86463b2

Please sign in to comment.