contentful/apps

Netlify App: Increased/uncapped the max num of configs site

Closed this issue · 1 comments

Hello,

Thank you for this app, it is very useful.
For future development, I need to configure more than 10 sites (~15 sites).
would It be possible to change (Increased or uncapped) restriction to configure more than 10 sites?

I see this restriction is defined in variable "export const MAX_CONFIGS = 10;" in apps/apps/netlify/frontend/src/constants.js.

Best regards

Hey @FredericCatteau, thanks for reaching out.

The reason we have the cap was to keep the case you have to fire builds for many (possibly all) the sites simple, without batching or retying in case we hit a rate limiting error. I'll file a feature request for us, but in the meantime I'll raise the limit to unblock you.

Have a great day ahead,