From 48950a16741aa190c2dad20de1af7a67a201c6e0 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 18 Jul 2018 16:25:41 -0700 Subject: [PATCH] Update configs.go --- core/configs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/configs.go b/core/configs.go index e80d81de..3c624eee 100644 --- a/core/configs.go +++ b/core/configs.go @@ -14,7 +14,7 @@ import ( func LoadConfig() (*types.Config, error) { if os.Getenv("DB_CONN") != "" { utils.Log(1, "DB_CONN environment variable was found, sleeping for 30 seconds") - //time.Sleep(30 * time.Second) + time.Sleep(30 * time.Second) return LoadUsingEnv() } Configs = new(types.Config)