Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Mar 22, 2024
1 parent 7cb66b3 commit 188ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/outline-ss-server/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (c *tunnelTimeCollector) Collect(ch chan<- prometheus.Metric) {
delete(c.activeClients, ipKey)
continue
}
// Reset the start time now that it's been reported.
// Reset the timing components now that TunnelTime has been reported.
client.startTime = tNow
client.connDuration = 0
}
Expand Down

0 comments on commit 188ca9d

Please sign in to comment.