load web socket ack timeouts from config
parent
154dd2207a
commit
a7662eaaa6
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue