Add channelCount metrics

This commit is contained in:
calzoneman 2016-05-19 20:09:35 -07:00
parent 58a193b63b
commit fe37cb198e
2 changed files with 26 additions and 2 deletions

View file

@ -1121,7 +1121,7 @@ setupCallbacks = function() {
var servers;
if (socketConfig.alt && socketConfig.alt.length > 0 &&
localStorage.useAltServer) {
localStorage.useAltServer === "true") {
servers = socketConfig.alt;
console.log("Using alt servers: " + JSON.stringify(servers));
} else {