uncomment h.updateServersData()

This commit is contained in:
Dawid Wysokiński 2020-06-25 13:24:29 +02:00 committed by Kichiyaki
parent ed8dd20dd8
commit 15bc841486
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func Attach(c *cron.Cron, db *pg.DB) error {
return err
}
go func() {
// h.updateServersData()
h.updateServersData()
h.vacuumDatabase()
h.updateServersHistory()
h.updateStats()