Skip to content

Commit

Permalink
fix: default time
Browse files Browse the repository at this point in the history
  • Loading branch information
akakou committed Oct 14, 2024
1 parent f076012 commit 9e10e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifier/monitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type CrtshMonitor struct {
interval time.Duration
}

var DefaultInterval = 10 * time.Second
var DefaultInterval = 10 * time.Minute

func NewCrtshMonitor(interval time.Duration, ctx context.Context) *CrtshMonitor {
return &CrtshMonitor{
Expand Down

0 comments on commit 9e10e3f

Please sign in to comment.