uncomment unnecessary commented lines

This commit is contained in:
Dawid Wysokiński 2020-10-24 12:27:19 +02:00
parent 1ef0ee381f
commit 31c7dc52b3
1 changed files with 3 additions and 3 deletions

View File

@ -44,9 +44,9 @@ func Attach(c *cron.Cron, cfg Config) error {
}
go func() {
updateServerData()
// vacuumDatabase()
// updateHistory()
// updateStats()
vacuumDatabase()
updateHistory()
updateStats()
}()
return nil