Skip to content

Commit

Permalink
fix: decrease signup limit from 50 to 10 per day (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dati18 authored Sep 13, 2023
1 parent c8bf5a3 commit 58371ce
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 58371ce

Please sign in to comment.