Field BufferGrowThreshold
Default Payload container capacity will increase in size when the average usage goes over this ratio.
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public float BufferGrowThreshold
Returns
Type | Description |
---|---|
float |
Remarks
Setting to 0 will disable dynamic "growing" operations; Payload containers may shrink in size but won't automatically grow.