Configuration Guide
Implicit Batching Options


Reference  <-


implicit_batching_interval (source)  <-

The maximum timeout between when the first message of an implicit batch is queued until the batch is sent. A message will not stay in the queue longer than this value before being sent in the worst case.
See Implicit Batching for details.
Scope: source
Type: lbm_ulong_t
Units: milliseconds
Default value: 200 (0.2 seconds)
When to Set: May be set during operation.


implicit_batching_minimum_length (source)  <-

The minimum length of an implicitly batched message. When the total length of the implicitly batched messages reaches or exceeds this value, the batch is sent.
See Implicit Batching for details.
Scope: source
Type: size_t
Units: bytes
Default value: 2048 (8192 for Microsoft Windows)
When to Set: May be set during operation.