Skip to content

Commit

Permalink
chore(contribute): increase constraints limit (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Feb 28, 2024
1 parent 6615fa7 commit f4d6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ export const projectId = import.meta.env.VITE_FIREBASE_PROJECT_ID
export const messagingSenderId = import.meta.env.VITE_FIREBASE_MESSAGING_SENDER_ID
export const appId = import.meta.env.VITE_FIREBASE_APP_ID
export const awsRegion = import.meta.env.VITE_AWS_REGION
export const maxConstraintsForBrowser = 1000000
export const maxConstraintsForBrowser = 1500000

0 comments on commit f4d6316

Please sign in to comment.