Skip to content

error for many schemas #1983

@turone

Description

@turone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions