Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #57: enable concurrency #89

Merged
merged 6 commits into from
Nov 7, 2023
Prev Previous commit
Next Next commit
update inputs documentation
  • Loading branch information
matiasfha committed Oct 30, 2023
commit 4c15c919b435c216298f196728dc89c0db9ae4c2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ npm install netlify-plugin-cloudinary
| maxSize | object | No | eager | See Below. |
| privateCdn | boolean | No | true | Enables Private CDN Distribution (Advanced Plan Users) |
| uploadPreset | string | No | my-preset | Defined set of asset upload defaults in Cloudinary |

| uploadConcurrency | number | No | 10 | Maximum value of concurrent uploads |
*Cloud Name must be set as an environment variable if not as an input

#### Max Size
Expand Down Expand Up @@ -322,4 +322,4 @@ npm run test
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
Loading