INetworkingConfiguration.

MaxBatchQueueSize Property

Summary

Configures the maximum memory buffer size for batched message.

Syntax

int MaxBatchQueueSize { set; }

Remarks

Configures the maximum memory buffer size for batched message. If the size of batched messages is greater than
maxSize
, batched messages will be sent to server.

This setting can be used on both client and server.

Value

Type Description
int