Skip to content

Commit 9e10e3f

Browse files
committed
fix: default time
1 parent f076012 commit 9e10e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verifier/monitor/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type CrtshMonitor struct {
2626
interval time.Duration
2727
}
2828

29-
var DefaultInterval = 10 * time.Second
29+
var DefaultInterval = 10 * time.Minute
3030

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

0 commit comments

Comments
 (0)