near-api-js - v7.0.4
    Preparing search index...

    Type Alias ExternalStorageConfig

    type ExternalStorageConfig = {
        external_storage_fallback_threshold?: number;
        location?: ExternalStorageLocation;
        num_concurrent_requests?: number;
        num_concurrent_requests_during_catchup?: number;
    }
    Index

    Properties

    external_storage_fallback_threshold?: number

    The number of attempts the node will make to obtain a part from peers in the network before it fetches from external storage.

    Location of state parts.

    num_concurrent_requests?: number

    When fetching state parts from external storage, throttle fetch requests to this many concurrent requests.

    num_concurrent_requests_during_catchup?: number

    During catchup, the node will use a different number of concurrent requests to reduce the performance impact of state sync.