Skip to content

Commit

Permalink
fix: Throttle Signup limit on production
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 committed Sep 13, 2023
1 parent caff22c commit 33b8d6c
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: 50
signupThrottlingLimit: 10
summaryCreationRateRanges:
- 'PT24H'
- 'P30D'
Expand Down

0 comments on commit 33b8d6c

Please sign in to comment.