@sheetwrite/coreinterface
Public ceilings shared by transaction producers, persistence, transport, and replay. Limits measure the submitted operation array itself, not the logical cell area covered by compact operations.
Members 2
maxOperations DocumentOp objects in one atomic transaction; defaults to 10,000.
maxOperations: number;maxEncodedBytes UTF-8 bytes in the JSON-encoded DocumentOp array; defaults to 8 MiB.
maxEncodedBytes: number;Declaration
View full TypeScript declaration
export interface TransactionResourceLimits { maxOperations: number; maxEncodedBytes: number;}