Marmot-TS
    Preparing search index...

    Interface IngestionPoolOptions

    Tuning for IngestionPool.

    interface IngestionPoolOptions {
        maxEpochAge?: number;
        maxSize?: number;
    }
    Index

    Engine

    maxEpochAge?: number

    Max epochs an entry may linger: it is dropped once the canonical tip has advanced more than this many epochs past the entry's arrival without the entry becoming decryptable. Bounds undecryptable garbage.

    maxSize?: number

    Max entries; the oldest is evicted when the pool overflows.