calling: update TurnCallRouter to shuffle instance IPs to prevent allocation skew

Co-authored-by: Jonathan Klabunde Tomer <125505367+jkt-signal@users.noreply.github.com>
This commit is contained in:
adel-signal
2024-05-02 12:34:34 -07:00
committed by GitHub
parent cc6ec1d351
commit 854ab353b3
4 changed files with 19 additions and 11 deletions

View File

@@ -747,7 +747,8 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
callRoutingTableManager,
manualCallRoutingTableManager,
configTurnRouter,
geoIpCityDatabaseManager
geoIpCityDatabaseManager,
false
);
final ClientConnectionManager clientConnectionManager = new ClientConnectionManager();