@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface MemoryBackendOptions

    interface MemoryBackendOptions {
        sweepIntervalMs?: number;
    }
    Index

    Properties

    Properties

    sweepIntervalMs?: number

    How often (in ms) to sweep expired entries from the map. Defaults to 60_000 (60s). Set to 0 to disable — entries will still be rejected on lookup, but memory won't be reclaimed until the process restarts.