Add channelCount metrics
This commit is contained in:
parent
58a193b63b
commit
fe37cb198e
2 changed files with 26 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue