Skip to content

Commit

Permalink
C++ Client - Batch Messages - changing group commit time to 10ms (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
jai1 authored and merlimat committed Jun 9, 2017
1 parent ec2ea80 commit 019e5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-client-cpp/lib/ProducerConfigurationImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct ProducerConfigurationImpl {
batchingEnabled(false),
batchingMaxMessages(1000),
batchingMaxAllowedSizeInBytes(128 * 1024), // 128 KB
batchingMaxPublishDelayMs(3000) { // 3 seconds
batchingMaxPublishDelayMs(10) { // 10 milli seconds
}
};
}
Expand Down

0 comments on commit 019e5f3

Please sign in to comment.