Skip to content

Commit

Permalink
removing erroneous ntc settings
Browse files Browse the repository at this point in the history
Signed-off-by: dorjesinpo <[email protected]>
  • Loading branch information
dorjesinpo committed Jul 15, 2024
1 parent a145cd1 commit 1b85d69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/groups/bmq/bmqimp/bmqimp_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,8 @@ ntcCreateInterfaceConfig(const bmqt::SessionOptions& sessionOptions,
config.setMaxThreads(1); // there is only one channel used on this
// ChannelPool, with the bmqbrkr
config.setMaxConnections(128);
config.setMaxIncomingStreamTransferSize(sessionOptions.blobBufferSize());
config.setSendBufferSize(1024 - k_ALLOCATION_OVERHEAD);
config.setWriteQueueLowWatermark(k_CHANNEL_LOW_WATERMARK);
config.setWriteQueueHighWatermark(sessionOptions.channelHighWatermark());
config.setReceiveTimeout(0);

config.setDriverMetrics(false);
config.setDriverMetricsPerWaiter(false);
Expand Down

0 comments on commit 1b85d69

Please sign in to comment.