Skip to content

Commit acad1f6

Browse files
committed
i forgot
Signed-off-by: Yonle <[email protected]>
1 parent 7d46a70 commit acad1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ server.on('request', (req, res) => {
107107
res.write("- " + loadbalancerUpstreamLinks.join("\n- ") + "\n");
108108
}
109109

110-
res.write(`\nI have ${wss.clients.size} clients currently connected to this bouncer${(process.env.CLUSTERS || config.clusters) > 1 ? " on this cluster" : ""}.\n`);
110+
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`);
111111

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

0 commit comments

Comments
 (0)