Update configs.go

pull/44/merge
Hunter Long 2018-07-18 16:25:41 -07:00 committed by GitHub
parent 94ffc7b8c2
commit 48950a1674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)