[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Protocol](https://evolu.dev/docs/api-reference/common/local-first/Protocol) › defaultProtocolMessageRangesMaxSize

```ts
const defaultProtocolMessageRangesMaxSize: number &
  Brand<"Int"> &
  Brand<"Between3000-100000">;
```

Defined in: [packages/common/src/local-first/Protocol.ts:337](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L337)

Default [ProtocolMessageRangesMaxSize](https://evolu.dev/docs/api-reference/common/local-first/Protocol/variables/ProtocolMessageRangesMaxSize) (30KB).

The standard size used across Evolu implementations. Relays with more
resources can configure larger sizes to reduce roundtrips.