mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 21:30:19 +03:00
Disable debug
This commit is contained in:
parent
166a58a685
commit
ccde2fdfd3
1 changed files with 3 additions and 3 deletions
|
@ -188,9 +188,9 @@ new Vue({
|
|||
}
|
||||
|
||||
// Debug
|
||||
client.transferRx = this.clientsPersist[client.id].transferRxPrevious + Math.random() * 1000;
|
||||
client.transferTx = this.clientsPersist[client.id].transferTxPrevious + Math.random() * 1000;
|
||||
client.latestHandshakeAt = new Date();
|
||||
// client.transferRx = this.clientsPersist[client.id].transferRxPrevious + Math.random() * 1000;
|
||||
// client.transferTx = this.clientsPersist[client.id].transferTxPrevious + Math.random() * 1000;
|
||||
// client.latestHandshakeAt = new Date();
|
||||
|
||||
this.clientsPersist[client.id].transferRxCurrent = client.transferRx - this.clientsPersist[client.id].transferRxPrevious;
|
||||
this.clientsPersist[client.id].transferRxPrevious = client.transferRx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue