Inclusive defaults for every atomic document transaction accepted by a
Store or Grid. The count bounds object-heavy validation and dispatch; the
exact UTF-8 JSON size bounds hostile or accidentally oversized payloads.
Package
@sheetwrite/core
Source
packages/core/src/document-protocol.ts#L39
Declaration
constDEFAULT_TRANSACTION_RESOURCE_LIMITS:Readonly<TransactionResourceLimitsinterface TransactionResourceLimits {
maxOperations: number;
maxEncodedBytes: number;
}interfaceTransactionResourceLimits {maxOperations:number;maxEncodedBytes:number;}interfaceTransactionResourceLimits {maxOperations:number;maxEncodedBytes:number;}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.API reference →>