Skip to content

Commit

Permalink
fix: Change signupThrottlingLimit to 20 instead of 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 committed Sep 14, 2023
1 parent 33b8d6c commit 4cc4ddb
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: 20
summaryCreationRateRanges:
- 'PT24H'
- 'P30D'
Expand Down

0 comments on commit 4cc4ddb

Please sign in to comment.