mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
http: make it a bit understandable
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
d8b2a8388b
commit
7dc735171b
2
http.js
2
http.js
@ -71,7 +71,7 @@ server.on('request', (req, res) => {
|
||||
|
||||
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(`\nBouncer statistics:`);
|
||||
res.write(`\nAll bouncer activities in total:`);
|
||||
res.write(`\n- rx: ${globalStat.rx}`);
|
||||
res.write(`\n- tx: ${globalStat.tx}`);
|
||||
res.write(`\n- fail: ${globalStat.f}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user