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)