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