@get-milano/core 2.1.0
    Preparing search index...

    Interface MilanoLimits

    Denial-of-service bounds for untrusted input, not supported working sizes. Configurable per engine; the defaults are the contract's.

    interface MilanoLimits {
        maxDocumentBytes: number;
        maxExpressionLength: number;
        maxNodeCount: number;
        maxTreeDepth: number;
        maxValueSize: number;
    }
    Index
    maxDocumentBytes: number
    maxExpressionLength: number

    Counted in Unicode scalars.

    maxNodeCount: number
    maxTreeDepth: number
    maxValueSize: number

    The largest value that may enter state or context, at the gate and at runtime, in the document model's units: one per scalar, one per Unicode scalar of a string, one plus the contents for an array or a record (MilanoValue.size).