Fix: fix transfer stats receiving seconds instead of ms to work with
This commit is contained in:
committed by
Sheepit Renderfarm
parent
456bae15b0
commit
4153a45846
@@ -4,8 +4,8 @@ import lombok.AllArgsConstructor;
|
||||
|
||||
/****************
|
||||
* Holds the session traffic statistics. The constructor accepts two parameters:
|
||||
* @long bytes - bytes transferred in the session
|
||||
* @Job seconds - seconds spent transferring the data
|
||||
* long bytes - bytes transferred in the session
|
||||
* long millis - milliseconds spent transferring the data
|
||||
*/
|
||||
@AllArgsConstructor
|
||||
public class TransferStats {
|
||||
|
||||
Reference in New Issue
Block a user