mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 23:48:05 +01:00
Add back story ratelimiter with counter but do not enforce
This commit is contained in:
committed by
Jon Chambers
parent
33b4f17945
commit
b2ff016cc1
@@ -220,6 +220,7 @@ class MessageControllerTest {
|
||||
when(dynamicConfigurationManager.getConfiguration()).thenReturn(dynamicConfiguration);
|
||||
|
||||
when(rateLimiters.getMessagesLimiter()).thenReturn(rateLimiter);
|
||||
when(rateLimiters.getStoriesLimiter()).thenReturn(rateLimiter);
|
||||
when(rateLimiters.getInboundMessageBytes()).thenReturn(rateLimiter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user