Skip to content
Snippets Groups Projects
Commit f308e540 authored by ale's avatar ale
Browse files

Relax default roundtrip check interval

parent a0547e69
No related branches found
No related tags found
No related merge requests found
......@@ -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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment