@pwngh/economy-lab
    Preparing search index...

    Type Alias SlowSealFinding

    What detectSlowSeal found: the slowest completed seal in the window.

    type SlowSealFinding = {
        maxMs: number;
        samples: number;
        signature: "checkpoint-seal-slow";
        windowMs: number;
    }
    Index
    maxMs: number

    The slowest completed seal's duration.

    samples: number

    Completed seals observed in the window.

    signature: "checkpoint-seal-slow"
    windowMs: number