new(all): Paralel bot loading.

This commit is contained in:
rodrigorodriguez 2022-10-10 01:31:50 -03:00
parent c80d05f0d0
commit b982589e7e

View file

@ -196,6 +196,7 @@ export class GBMinService {
for (let iBlock = 0; iBlock < promises.length; iBlock += MAX_IN_PROCESS) {
await doBlock(iBlock);
GBLog.info(`Block ${iBlock} loaded.`);
}
return results;
};