Skip to content

Commit

Permalink
chore: document internal constants
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Apr 25, 2022
1 parent aa43082 commit 5289ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/htp/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
)

const (
second = int64(time.Second)
samples = 3
second = int64(time.Second) // Number of nanoseconds in one second
samples = 3 // Number of samples in our moving average
)

type SyncRound struct {
Expand Down

0 comments on commit 5289ca9

Please # to comment.