fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 9c81db77c9 - Show all commits

View file

@ -178,7 +178,7 @@ export class GBMinService {
bar1.start(instances.length, i, { botId: "Boot" }); bar1.start(instances.length, i, { botId: "Boot" });
const throttledPromiseAll = async (promises) => { const throttledPromiseAll = async (promises) => {
const MAX_IN_PROCESS = 15; const MAX_IN_PROCESS = 5;
const results = new Array(promises.length); const results = new Array(promises.length);
async function doBlock(startIndex) { async function doBlock(startIndex) {