markmv - v1.39.2
    Preparing search index...

    Interface FreshnessConfig

    Configuration for content freshness detection.

    interface FreshnessConfig {
        enabled: boolean;
        defaultThreshold: number;
        domainThresholds: Record<string, number>;
        stalePatterns: string[];
        cacheDir: string;
        detectContentChanges: boolean;
    }
    Index
    enabled: boolean

    Enable freshness detection

    defaultThreshold: number

    Default staleness threshold in milliseconds

    domainThresholds: Record<string, number>

    Domain-specific thresholds

    stalePatterns: string[]

    Patterns that indicate stale or moved content

    cacheDir: string

    Cache directory for content tracking

    detectContentChanges: boolean

    Whether to perform content change detection