Searched refs:maxConcurrentCalls (Results 1 – 4 of 4) sorted by relevance
42 maxConcurrentCalls?: number;
110 , maxConcurrentCalls : Infinity126 …* **<code>maxConcurrentCalls</code>** allows you to control the maximum number of calls in the que…
8 , maxConcurrentCalls : Infinity property33 if (this.activeCalls + this.callQueue.length >= this.options.maxConcurrentCalls) {
473 let child = workerFarm({ maxConcurrentCalls: 5 }, childPath) property498 …let child = workerFarm({ maxConcurrentCalls: 4, maxConcurrentWorkers: 2, maxConcurrentCallsPerWork… property