Skip to content

Commit

Permalink
Revert "fix: decrease signup limit from 50 to 10 per day (#1161)" (#1162
Browse files Browse the repository at this point in the history
)

This reverts commit 58371ce.
  • Loading branch information
dati18 authored Sep 13, 2023
1 parent 58371ce commit caff22c
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 caff22c

Please sign in to comment.