Fix blocking

This commit is contained in:
Gabe Kangas 2020-08-27 08:50:27 -07:00
parent 3444724fdd
commit e232d2e3f3

View file

@ -56,7 +56,7 @@ func main() {
config.Config.ChatDatabaseFilePath = "chat.db"
}
metrics.Start()
go metrics.Start()
// starts the core
if err := core.Start(); err != nil {