libp2p
    Preparing search index...

    Interface ReProvideInit

    interface ReProvideInit {
        concurrency?: number;
        interval?: number;
        maxQueueSize?: number;
        threshold?: number;
        validity?: number;
    }
    Index

    Properties

    concurrency?: number

    How many re-provide operations to run simultaneously

    10
    
    interval?: number

    How often to check which records need re-providing in ms

    3_600_000 (1 hour)
    
    maxQueueSize?: number

    How long to let the re-provide queue grow

    16_384
    
    threshold?: number

    How long before the record expiry to re-provide in ms

    86_400_000 (24 hours)
    
    validity?: number

    How long provider records are valid for in ms

    172_800_000 (48 hours)