new(all): Paralel bot loading.
This commit is contained in:
parent
55533b6b80
commit
80a8a3c3a6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue