Hiyve Components - v1.0.0
    Preparing search index...

    Variable TIMINGConst

    TIMING: {
        APPEND_THROTTLE_MS: 16;
        SNAPSHOT_JITTER_MAX_MS: 250;
        STALE_INPROGRESS_MS: 5000;
    } = ...

    Timing constants (milliseconds).

    Type Declaration

    • ReadonlyAPPEND_THROTTLE_MS: 16

      rAF-aligned throttle for STROKE_APPEND messages.

    • ReadonlySNAPSHOT_JITTER_MAX_MS: 250

      Maximum jitter for late-joiner snapshot responses — small enough that humans don't notice the delay, large enough that two responders are unlikely to collide.

    • ReadonlySTALE_INPROGRESS_MS: 5000

      Receivers GC in-progress strokes whose updatedAt is older than this.