Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 604 Bytes

File metadata and controls

13 lines (8 loc) · 604 Bytes

Home > @snowplow/node-tracker > EmitterConfigurationBase > maxPostBytes

EmitterConfigurationBase.maxPostBytes property

The max size a POST request can be before the tracker will force send it Also dictates the max size of a POST request before a batch of events is split into multiple requests

Signature:

maxPostBytes?: number;