helia
    Preparing search index...

    Interface FallbackRouterInit

    interface FallbackRouterInit {
        gateways: (string | URL)[];
        shuffle?: boolean;
    }
    Index
    gateways: (string | URL)[]

    Where to send requests

    Important - fallback providers are never evicted from block broker sessions so you should not configure more than five gateways here otherwise the routing will never be queried for additional providers, or you should increase maxProviders in the session init args.

    shuffle?: boolean

    Whether to shuffle the list of gateways

    true