Bump old registration default ratelimiter to match Bravo

This commit is contained in:
Katherine Yen 2023-03-15 09:44:02 -07:00 committed by GitHub
parent 203a49975c
commit 7c52be2ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class RateLimiters extends BaseRateLimiters<RateLimiters.For> {
SMS_VOICE_PREFIX("smsVoicePrefix", false, new RateLimiterConfig(1000, 1000)),
VERIFY("verify", false, new RateLimiterConfig(2, 2)),
VERIFY("verify", false, new RateLimiterConfig(6, 2)),
PIN("pin", false, new RateLimiterConfig(10, 1 / (24.0 * 60.0))),