Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
i forgot
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <[email protected]>
  • Loading branch information
Yonle committed Aug 1, 2024
1 parent 7d46a70 commit acad1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ server.on('request', (req, res) => {
res.write("- " + loadbalancerUpstreamLinks.join("\n- ") + "\n");
}

res.write(`\nI have ${wss.clients.size} clients currently connected to this bouncer${(process.env.CLUSTERS || config.clusters) > 1 ? " on this cluster" : ""}.\n`);
res.write(`\nI have ${wss_for_everyone.clients.size+wss_for_apple.clients.size} clients currently connected to this bouncer${(process.env.CLUSTERS || config.clusters) > 1 ? " on this cluster" : ""}.\n`);

res.write(`\nAll bouncer activities in total:`);
res.write(`\n- raw_rx: ${globalStat.raw_rx}`);
Expand Down

0 comments on commit acad1f6

Please sign in to comment.