API reference / @evolu/common / Evolu/Internal / maxMutationSize
Variable: maxMutationSize
const maxMutationSize: 655360 = 655360;
Defined in: packages/common/src/Evolu/Schema.ts:270
Evolu has to limit the maximum mutation size. Otherwise, sync couldn't use the maxProtocolMessageRangesSize. The max size is 640KB in bytes, measured via MessagePack. Evolu Protocol DbChange will be smaller thanks to various optimizations.