Version: 5.4

HostTopology.MessagePoolSizeGrowthFactor

Switch to Manual
public float MessagePoolSizeGrowthFactor ;

Description

Library keep and reuse internal pools of messages. By default they have size 128. If this value is not enough pools will be automatically increased. This value defines how they will increase. Default value is 0.75, so if original pool size was 128, the new pool size will be 128 * 1.75 = 224.