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

    Variable TIMINGConst

    TIMING: {
        AUTO_SAVE_INTERVAL: 5000;
        BROADCAST_THROTTLE_INTERVAL: 50;
        INACTIVE_USER_CLEANUP_INTERVAL: 30000;
        INACTIVE_USER_TIMEOUT: 120000;
        LASER_AUTO_HIDE_TIMEOUT: 3000;
        LASER_BATCH_INTERVAL: 100;
        MULTI_SELECTION_DEBOUNCE: 300;
        PRESENCE_HEARTBEAT_INTERVAL: 10000;
        PRESENCE_TIMEOUT: 15000;
        TEXT_CHANGE_DEBOUNCE: 500;
    } = ...

    Timing configuration for various features

    Type Declaration

    • ReadonlyAUTO_SAVE_INTERVAL: 5000

      Auto-save interval in milliseconds

    • ReadonlyBROADCAST_THROTTLE_INTERVAL: 50

      Throttle interval for broadcast updates (max 20 updates/sec)

    • ReadonlyINACTIVE_USER_CLEANUP_INTERVAL: 30000

      Inactive user cleanup interval in milliseconds

    • ReadonlyINACTIVE_USER_TIMEOUT: 120000

      Inactive user timeout in milliseconds

    • ReadonlyLASER_AUTO_HIDE_TIMEOUT: 3000

      Laser pointer auto-hide timeout in milliseconds

    • ReadonlyLASER_BATCH_INTERVAL: 100

      Laser pointer position batch interval in milliseconds

    • ReadonlyMULTI_SELECTION_DEBOUNCE: 300

      Debounce delay for multi-selection updates

    • ReadonlyPRESENCE_HEARTBEAT_INTERVAL: 10000

      Owner presence heartbeat interval in milliseconds

    • ReadonlyPRESENCE_TIMEOUT: 15000

      Presence timeout in milliseconds (when to consider owner absent)

    • ReadonlyTEXT_CHANGE_DEBOUNCE: 500

      Debounce delay for text changes