@synonymdev/pubky
    Preparing search index...

    Interface PkarrConfig

    Pkarr Config

    interface PkarrConfig {
        relays?: string[];
        requestTimeout?: number;
    }
    Index
    relays?: string[]

    The list of relays to access the DHT with.

    requestTimeout?: number

    The timeout for DHT requests in milliseconds. Default is 2000ms.