mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 00:08:07 +01:00
Test rate limiters against a real cluster.
This commit is contained in:
committed by
Jon Chambers
parent
6c1ba957bd
commit
933ce42d5a
@@ -143,7 +143,7 @@ public abstract class AbstractRedisClusterTest {
|
||||
}
|
||||
}
|
||||
|
||||
private static int getNextRedisClusterPort() throws IOException {
|
||||
public static int getNextRedisClusterPort() throws IOException {
|
||||
final int MAX_ITERATIONS = 11_000;
|
||||
int port;
|
||||
for (int i = 0; i < MAX_ITERATIONS; i++) {
|
||||
|
||||
Reference in New Issue
Block a user