<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EmitterConfigurationBase](./node-tracker.emitterconfigurationbase.md) &gt; [maxPostBytes](./node-tracker.emitterconfigurationbase.maxpostbytes.md)

## 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

<b>Signature:</b>

```typescript
maxPostBytes?: number;
```
