We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're consistently getting
The module "InternalCoreModule" is taking 35.35ms to serialize during start up when app runs on not super fast CPU or when CPU throttling kicks in.
The module "InternalCoreModule" is taking 35.35ms to serialize
There is no way to configure threshold as it's hardcoded to 10ms
https://github.com/nestjs/nest/blob/aa7538ffbe8608c41ece2a035b872e5032f57763/packages/core/injector/module-token-factory.ts#L37C4-L42C6
Add configuration option to increase warning threshold or disable this check altogether.
N/A i think
Reduce warnings noise
The text was updated successfully, but these errors were encountered:
#13336
Sorry, something went wrong.
@kamilmysliwiec i might be missing something but i don't think this is completed.
The PR you linked is the initial implementation that has 10ms hardcoded.
No branches or pull requests
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
We're consistently getting
The module "InternalCoreModule" is taking 35.35ms to serialize
during start up when app runs on not super fast CPU or when CPU throttling kicks in.There is no way to configure threshold as it's hardcoded to 10ms
https://github.com/nestjs/nest/blob/aa7538ffbe8608c41ece2a035b872e5032f57763/packages/core/injector/module-token-factory.ts#L37C4-L42C6
Describe the solution you'd like
Add configuration option to increase warning threshold or disable this check altogether.
Teachability, documentation, adoption, migration strategy
N/A i think
What is the motivation / use case for changing the behavior?
Reduce warnings noise
The text was updated successfully, but these errors were encountered: