mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Fixed desynchronized comment and behavior for log interval
In 64ce7dff1b
, the log interval is modified while the comment is left unchanged.
This commit is contained in:
parent
b391d98679
commit
7caab01785
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ func NewMetrics(metricsLogger *log.Logger) (*Metrics, error) {
|
|||
m.logger = metricsLogger
|
||||
m.promMetrics = initPrometheus()
|
||||
|
||||
// Write to log file every hour with updated metrics
|
||||
// Write to log file every day with updated metrics
|
||||
go m.logMetrics()
|
||||
|
||||
return m, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue