load web socket ack timeouts from config

master
Alex 2022-02-28 18:53:22 +01:00
parent 154dd2207a
commit a7662eaaa6
1 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ public class ConfigHandler {
mongodbUsername = configuration.getString("mongodb.username");
mongodbPassword = configuration.getString("mongodb.password");
ProxySystem.getInstance().getLogger().info("webSocketAckTimeouts " + webSocketAckTimeouts);
ProxySystem.getInstance().getLogger().info(
"webSocketAckTimeouts " + webSocketAckTimeouts.get(0) + " " + webSocketAckTimeouts.get(1));
}
}