@squawk
    Preparing search index...

    Interface AircraftFeedOptions

    Options shared by every create*AircraftFeed factory.

    interface AircraftFeedOptions {
        positionHistoryRetention?: PositionHistoryRetention;
        staleAfterMs?: number;
    }

    Hierarchy (View Summary)

    Index
    positionHistoryRetention?: PositionHistoryRetention

    How much position history to retain per aircraft. Unbounded (subject to memory) if omitted.

    staleAfterMs?: number

    Milliseconds an aircraft can go without an update before aircraft:lost fires. Defaults to 60000.