mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-19 14:21:54 +01:00
statistic: make the legend description a bit clear
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
7417f23fd5
commit
9621855efb
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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user