Skip to content

Commit f4d6316

Browse files
committed
chore(contribute): increase constraints limit (#108)
1 parent 6615fa7 commit f4d6316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/helpers/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ export const projectId = import.meta.env.VITE_FIREBASE_PROJECT_ID
178178
export const messagingSenderId = import.meta.env.VITE_FIREBASE_MESSAGING_SENDER_ID
179179
export const appId = import.meta.env.VITE_FIREBASE_APP_ID
180180
export const awsRegion = import.meta.env.VITE_AWS_REGION
181-
export const maxConstraintsForBrowser = 1000000
181+
export const maxConstraintsForBrowser = 1500000

0 commit comments

Comments
 (0)