Skip to content

Commit

Permalink
Merge branch 'main' into add_sanitizers_to_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-e1off authored Jul 16, 2024
2 parents 5a3f7a5 + ea5bcc0 commit 7091a82
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/groups/bmq/bmqimp/bmqimp_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ ntca::InterfaceConfig
ntcCreateInterfaceConfig(const bmqt::SessionOptions& sessionOptions,
bslma::Allocator* allocator)
{
static const int k_ALLOCATION_OVERHEAD = 64;

ntca::InterfaceConfig config(allocator);

config.setThreadName("bmqimp");
Expand All @@ -126,11 +124,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 7091a82

Please sign in to comment.