We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f076012 commit 9e10e3fCopy full SHA for 9e10e3f
verifier/monitor/main.go
@@ -26,7 +26,7 @@ type CrtshMonitor struct {
26
interval time.Duration
27
}
28
29
-var DefaultInterval = 10 * time.Second
+var DefaultInterval = 10 * time.Minute
30
31
func NewCrtshMonitor(interval time.Duration, ctx context.Context) *CrtshMonitor {
32
return &CrtshMonitor{
0 commit comments