From 0936f1b9c192f54279397aaaea278147e9099f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 5 Apr 2017 23:15:41 -0700 Subject: [PATCH] We issue 3 requests on startup now, update log message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c131f6552..5865db798 100644 --- a/main.go +++ b/main.go @@ -101,7 +101,7 @@ func main() { apiCache = cache.New(cache.NoExpiration, 10*time.Second) // before we start try to fetch data from Alertmanager - log.Infof("Initial Alertmanager query, this can delay startup up to %s", 2*config.Config.AlertmanagerTimeout) + log.Infof("Initial Alertmanager query, this can delay startup up to %s", 3*config.Config.AlertmanagerTimeout) PullFromAlertmanager() log.Info("Done, starting HTTP server")