@pwngh/economy-lab
    Preparing search index...

    Type Alias WorkerDefaults

    Steady-state sweep arguments bound at createWorker; any SweepRequest field overrides them per sweep.

    type WorkerDefaults = {
        archive?: ArchiveJobOptions;
        dispatcher?: Dispatcher;
        feed?: ReconcileFeed;
        float?: FloatFeed;
        limit?: number;
        only?: ReadonlyArray<SweepName>;
        orphans?: OrphanJobOptions;
        retention?: RetentionJobOptions;
        windows?: ReadonlyArray<Range>;
    }
    Index
    dispatcher?: Dispatcher
    float?: FloatFeed
    limit?: number

    Default DEFAULT_SWEEP_LIMIT when omitted.

    only?: ReadonlyArray<SweepName>
    windows?: ReadonlyArray<Range>