mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
bouncer: forget to put rx into global statistics.
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
63a404d3ae
commit
e9f79114d0
@ -324,7 +324,7 @@ function newConn(addr, id, reconn_t = 0) {
|
||||
client.events.get(data[1]).add(data[2]?.id);
|
||||
client.send(JSON.stringify(data));
|
||||
|
||||
stats[addr].rx++;
|
||||
stats._global.rx++;
|
||||
stats[addr].rx++;
|
||||
|
||||
// Now count for REQ limit requested by client.
|
||||
|
Loading…
x
Reference in New Issue
Block a user