We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latency_ms
latency
getPeers
1 parent 22bc9c4 commit 1fbcf3bCopy full SHA for 1fbcf3b
src/admin/getpeers.go
@@ -31,7 +31,7 @@ type PeerEntry struct {
31
RXRate DataUnit `json:"rate_recvd,omitempty"`
32
TXRate DataUnit `json:"rate_sent,omitempty"`
33
Uptime float64 `json:"uptime,omitempty"`
34
- Latency time.Duration `json:"latency_ms,omitempty"`
+ Latency time.Duration `json:"latency,omitempty"`
35
LastErrorTime time.Duration `json:"last_error_time,omitempty"`
36
LastError string `json:"last_error,omitempty"`
37
}
0 commit comments