All chains
    Preparing search index...

    Type Alias QueueConfig

    QueueConfig: StorageDescriptor<
        [],
        {
            drop_threshold: number;
            resume_threshold: number;
            suspend_threshold: number;
        },
        false,
        never,
    >

    The configuration which controls the dynamics of the outbound queue.