Updated config reload

This commit is contained in:
Trial97
2020-01-08 18:00:59 +02:00
parent fc883ad930
commit 47e975d0d0
8 changed files with 194 additions and 322 deletions

View File

@@ -496,11 +496,6 @@ func main() {
return
}
}
if storDBService.ShouldRun() {
if err = storDBService.Start(); err != nil {
return
}
}
// Done initing DBs
engine.SetRoundingDecimals(cfg.GeneralCfg().RoundingDecimals)