We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6236d0 commit be242f9Copy full SHA for be242f9
utils/config/config.go
@@ -87,7 +87,7 @@ func LoadFile(path string, parser koanf.Parser) (*file.File) {
87
if err != nil {
88
log.Error("Error loading ", path, ": ", err.Error())
89
90
- time.Sleep(5*1000*1000)
+ time.Sleep(10 * time.Second)
91
92
docker.Exit(1)
93
}
0 commit comments