Skip to content

Commit

Permalink
Increase free tier voter limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arend Peter committed Jan 9, 2024
1 parent 68c6a8d commit cb00725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/SharedConfig.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const sharedConfig = {
FREE_TIER_PRIVATE_VOTER_LIMIT: 2, // making really low at first so it's easy to test
FREE_TIER_PRIVATE_VOTER_LIMIT: 20,
ELECTION_VOTER_LIMIT_OVERRIDES: {
'ee948c52-f79e-4449-acb1-1296debc0884': 10
},
Expand Down

0 comments on commit cb00725

Please sign in to comment.