优化连接失败时的提示

This commit is contained in:
dushixiang
2020-12-28 20:44:21 +08:00
parent 6153054287
commit 0dbdaf1489
8 changed files with 74 additions and 40 deletions

View File

@ -128,7 +128,7 @@ func Run() error {
return err
}
// 启动定时任务
//go handle.RunTicker()
go handle.RunTicker()
go handle.RunDataFix()
return e.Start(global.Config.Server.Addr)