libp2p
    Preparing search index...
    interface RepeatingTaskOptions {
        runImmediately?: boolean;
        timeout?: number;
    }
    Index

    Properties

    runImmediately?: boolean

    Whether to schedule the task to run immediately

    false
    
    timeout?: number

    How long the task is allowed to run before the passed AbortSignal fires an abort event