-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Line 79 in 5de4d22
this.schemas.load(), |
when loading many schemes (more than several dozen), schemes over a certain number do not load normally. Application errors pop up - proportional to the number of erroneous schemes
fixed code. String N79 move to after " (async () => {"
await this.parallel([ this.static.load(), this.resources.load(), this.cert.load(), (async () => { this.schemas.load(), await this.lib.load(); await this.db.load(); await this.bus.load(); await this.domain.load(); })(), ]);
Metadata
Metadata
Assignees
Labels
No labels