Fixed statistics. 😒
This commit is contained in:
parent
967bc5729c
commit
8ac475ca95
1 changed files with 0 additions and 1 deletions
|
@ -909,7 +909,6 @@ class totalsData {
|
||||||
case Controller::SESS_INPUT: inputs++; break;
|
case Controller::SESS_INPUT: inputs++; break;
|
||||||
case Controller::SESS_OUTPUT: outputs++; break;
|
case Controller::SESS_OUTPUT: outputs++; break;
|
||||||
}
|
}
|
||||||
clients++;
|
|
||||||
downbps += down;
|
downbps += down;
|
||||||
upbps += up;
|
upbps += up;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue