mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-27 13:26:30 +02:00
statistic: make the legend description a bit clear
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
6
http.js
6
http.js
@@ -78,9 +78,9 @@ server.on('request', (req, res) => {
|
||||
res.write(`\n- fail: ${globalStat.f}`);
|
||||
|
||||
res.write(`\n\nStatistics legends:`);
|
||||
res.write(`\n- raw_rx: received events`);
|
||||
res.write(`\n- rx: received events that has been forwarded to clients`);
|
||||
res.write(`\n- tx: succesfully transmitted events`);
|
||||
res.write(`\n- raw_rx: received events from upstream relays`);
|
||||
res.write(`\n- rx: received events from upstream relays that has been forwarded to clients`);
|
||||
res.write(`\n- tx: succesfully transmitted events that has been forwarded to upstream relays`);
|
||||
res.write(`\n- fail: failed transmissions or upstream errors\n`);
|
||||
|
||||
if (config?.authorized_keys?.length) res.write("\nNOTE: This relay has configured for personal use only. Only authorized users could use this bostr relay.\n");
|
||||
|
Reference in New Issue
Block a user