Member Junction
    Preparing search index...

    Interface SessionJanitorConfig

    Tuning knobs for the janitor. All durations in their named units.

    interface SessionJanitorConfig {
        closeThresholdMinutes: number;
        sweepIntervalMs: number;
    }
    Index

    Properties

    closeThresholdMinutes: number

    A non-Closed session whose LastActiveAt is older than this is force-closed by the global sweep.

    sweepIntervalMs: number

    How often the periodic staleness sweep runs once SessionJanitor.Start is called.