From 1a2892d46e8a61e5cf8a5a5a6a939e9001067e81 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Mon, 13 Mar 2023 22:35:03 +0300 Subject: [PATCH] :zap: Increase `DefaultSleep` value --- internal/connect/hub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/connect/hub.go b/internal/connect/hub.go index 48693eed5..0394c386b 100644 --- a/internal/connect/hub.go +++ b/internal/connect/hub.go @@ -24,7 +24,7 @@ type Connector struct { const DefaultRetries = 3 const DefaultTimeout = 2 * time.Second -const DefaultSleep = 10 * time.Millisecond +const DefaultSleep = 100 * time.Millisecond func NewConnector(url string, retries int, timeout time.Duration) *Connector { return &Connector{