mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 11:38:06 +01:00
Remove now-unused rate limiters
This commit is contained in:
committed by
Jon Chambers
parent
4efba94662
commit
101ecf342f
@@ -43,7 +43,7 @@ public class RateLimitersTest {
|
||||
|
||||
private static final String BAD_YAML = """
|
||||
limits:
|
||||
smsVoicePrefix:
|
||||
prekeys:
|
||||
bucketSize: 150
|
||||
permitRegenerationDuration: PT6S
|
||||
unexpected:
|
||||
@@ -53,7 +53,7 @@ public class RateLimitersTest {
|
||||
|
||||
private static final String GOOD_YAML = """
|
||||
limits:
|
||||
smsVoicePrefix:
|
||||
prekeys:
|
||||
bucketSize: 150
|
||||
permitRegenerationDuration: PT6S
|
||||
attachmentCreate:
|
||||
|
||||
Reference in New Issue
Block a user