From 4093b2ae452a93e8e53dc7ebd27f0be2aba2b752 Mon Sep 17 00:00:00 2001 From: carla Date: Thu, 14 Jan 2021 22:07:31 +0200 Subject: [PATCH] config: increase chain backend healthcheck timeout and backoff --- config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index dca5d591..335fb564 100644 --- a/config.go +++ b/config.go @@ -95,8 +95,8 @@ const ( defaultHostSampleInterval = time.Minute * 5 defaultChainInterval = time.Minute - defaultChainTimeout = time.Second * 10 - defaultChainBackoff = time.Second * 30 + defaultChainTimeout = time.Second * 30 + defaultChainBackoff = time.Minute * 2 defaultChainAttempts = 3 // Set defaults for a health check which ensures that we have space