Interface HistoryRequestPoolOptions

Limits apply to each pool, whose identity belongs to one data feed.

interface HistoryRequestPoolOptions {
    maxConcurrent?: number;
    timeoutMs?: number;
}

Properties

maxConcurrent?: number
timeoutMs?: number