- Notifications
You must be signed in to change notification settings - Fork1.2k
feat(upload): add documentation for new setting#2445
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
strapi-cla commentedMar 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
vercelbot commentedMar 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
Thank you,@Tyki! |
25723df
to63466f0
Compare
Uh oh!
There was an error while loading.Please reload this page.
What does it do?
This pull request add a new settings to limit the concurrency of uploads to 1 in the media library.
It also fix a small issue when the file size is checked only after that images optimizations are applied. But it means that, whatever the image size is, sharp will try to optimize it. On low ram environments, it leads to OOM.
How to test it?
Add the new setting in the configuration for the upload plugin: limitConcurrentUpload
and then try to upload multiple assets in the same time
Related issue(s)/PR(s)
strapi/strapi#23253