Skip to content

Commit

Permalink
Increase signup limit from 10 to 50 per day on production (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosalieper authored Sep 12, 2023
1 parent 0720e46 commit 000c70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helmfile/env/production/api.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ingress:

wbstack:
signupThrottlingRange: 'PT24H'
signupThrottlingLimit: 10
signupThrottlingLimit: 50
summaryCreationRateRanges:
- 'PT24H'
- 'P30D'
Expand Down

0 comments on commit 000c70b

Please sign in to comment.