helia
    Preparing search index...

    Interface IPNSOptions

    interface IPNSOptions {
        republishConcurrency?: number;
        republishInterval?: number;
        routers?: IPNSRouting[];
    }
    Index

    Properties

    republishConcurrency?: number

    How many IPNS records to republish at once

    5
    
    republishInterval?: number

    How often to check if published records have expired and need republishing in ms

    3_600_000
    
    routers?: IPNSRouting[]

    Different routing systems for IPNS publishing/resolving