Inclusive defaults for every atomic document transaction accepted by a
Store or Grid. Encoded bytes are the UTF-8 JSON size of the DocumentOp array.
- Package
@sheetwrite/core
- Source
packages/core/src/document-protocol.ts#L19
Declaration
const DEFAULT_TRANSACTION_RESOURCE_LIMITS: Readonly<TransactionResourceLimitsinterface TransactionResourceLimits {
maxOperations: number;
maxEncodedBytes: number;
}interface TransactionResourceLimits {
maxOperations: number;
maxEncodedBytes: number;
}interface TransactionResourceLimits {
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 →>