<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventStoreConfiguration](./node-tracker.eventstoreconfiguration.md)

## EventStoreConfiguration interface

<b>Signature:</b>

```typescript
interface EventStoreConfiguration 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [maxSize?](./node-tracker.eventstoreconfiguration.maxsize.md) | number | <i>(Optional)</i> The maximum amount of events that will be buffered in the event store<!-- -->This is useful to ensure the Tracker doesn't fill the 5MB or 10MB available to each website should the collector be unavailable due to lost connectivity. Will drop old events once the limit is hit |

