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
Rendering concurrency introduced in #3277 but a configuration API to control that concurrency level might be nice.
The text was updated successfully, but these errors were encountered:
Image plugin has this https://www.11ty.dev/docs/plugins/image/#change-global-plugin-concurrency
Related work: 11ty/eleventy-img#258
Sorry, something went wrong.
6317053
eleventyConfig.setConcurrency(Number) to override the os.availableParallelism() default https://nodejs.org/docs/latest/api/os.html#osavailableparallelism
eleventyConfig.setConcurrency(Number)
os.availableParallelism()
Shipping with v3.0.1-alpha.1
No branches or pull requests
Rendering concurrency introduced in #3277 but a configuration API to control that concurrency level might be nice.
The text was updated successfully, but these errors were encountered: