lifecycle-utils
    Preparing search index...

    Type Alias QueueOptions

    type QueueOptions = {
        compactAt?: number;
    }
    Index

    Properties

    Properties

    compactAt?: number

    Minimum number of consumed entries before the internal array can be compacted.

    Compaction only occurs when at least half of the backing array has been consumed.

    Defaults to 4096.