From f308e5402c55b41542030fee15003ff0e81f91d7 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 2 Jan 2023 10:47:23 +0000
Subject: [PATCH] Relax default roundtrip check interval

---
 probes/imap/imap_roundtrip_probe.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/probes/imap/imap_roundtrip_probe.go b/probes/imap/imap_roundtrip_probe.go
index 85ee38e..e1805b6 100644
--- a/probes/imap/imap_roundtrip_probe.go
+++ b/probes/imap/imap_roundtrip_probe.go
@@ -20,7 +20,7 @@ import (
 	"git.autistici.org/ai3/tools/service-prober/protocol/ssl"
 )
 
-var defaultCheckInterval = 5 * time.Second
+var defaultCheckInterval = 10 * time.Second
 
 type imapRoundtripProbeSpec struct {
 	DNSMap      map[string]string `json:"dns_map"`
-- 
GitLab