Skip to content

Commit 37e9612

Browse files
committed
updated netty proxy
1 parent 65dfafb commit 37e9612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/columbia/parikshan/duplicator/DuplicatorFrontendHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void operationComplete(ChannelFuture future) {
8787
.option(ChannelOption.AUTO_READ, false);
8888
ChannelFuture server3Future = server3Bootstrap.connect(remoteHost2, remotePort2);
8989
server3OutboundChannel = server3Future.channel();
90-
System.out.println("High Water Mark" + server3OutboundChannel.config().getWriteBufferHighWaterMark());
90+
//System.out.println("High Water Mark" + server3OutboundChannel.config().getWriteBufferHighWaterMark());
9191
// Here we are going to add channels to channel group to save bytebuf work
9292
//channels.add(server2OutboundChannel);
9393
//channels.add(server3OutboundChannel);

0 commit comments

Comments
 (0)