Skip to content

Commit

Permalink
chore: show interval
Browse files Browse the repository at this point in the history
  • Loading branch information
akakou committed Sep 27, 2024
1 parent e66ab9c commit 070e43b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verifier/monitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (a *CrtshMonitor) updateInterval() {
}

a.ctstream.Sleep = a.interval / time.Duration(l)
fmt.Printf("New Interval: %v \n", a.ctstream.Sleep)
}

func (a *CrtshMonitor) Run(verifier *core.Verifier) {
Expand Down

0 comments on commit 070e43b

Please sign in to comment.