Simplify rate limiters by making them all dynamic

This commit is contained in:
Jonathan Klabunde Tomer
2025-05-21 10:29:26 -07:00
committed by GitHub
parent aafcd63a9f
commit 35604cf151
12 changed files with 449 additions and 472 deletions

View File

@@ -407,10 +407,6 @@ public class WhisperServerConfiguration extends Configuration {
return rateLimitersCluster;
}
public Map<String, RateLimiterConfig> getLimitsConfiguration() {
return limits;
}
public FcmConfiguration getFcmConfiguration() {
return fcm;
}