new(all): Paralel bot loading.
This commit is contained in:
parent
73300310b7
commit
9c81db77c9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export class GBMinService {
|
|||
bar1.start(instances.length, i, { botId: "Boot" });
|
||||
|
||||
const throttledPromiseAll = async (promises) => {
|
||||
const MAX_IN_PROCESS = 15;
|
||||
const MAX_IN_PROCESS = 5;
|
||||
const results = new Array(promises.length);
|
||||
|
||||
async function doBlock(startIndex) {
|
||||
|
|
Loading…
Add table
Reference in a new issue