Skip to content

Commit

Permalink
feat: increase max configs to 20 (contentful#1634)
Browse files Browse the repository at this point in the history
This is an interim solution to unblock contentful#1623. We will followup with some retry/batching logic to prevent rate limiting issues.
  • Loading branch information
shikaan committed Aug 17, 2022
1 parent 3ec4488 commit 7b79088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/netlify/frontend/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export const NETLIFY_AUTHORIZE_ENDPOINT = 'https://app.netlify.com/authorize';
export const NETLIFY_AUTH_WINDOW_OPTS = 'left=150,top=150,width=700,height=700';
export const NETLIFY_AUTH_POLL_INTERVAL = 1000;

export const MAX_CONFIGS = 10;
export const MAX_CONFIGS = 20;

0 comments on commit 7b79088

Please sign in to comment.