Commit 98f01879 authored by szh's avatar szh

0.2.3

parent 4d3bba1a
...@@ -44,7 +44,7 @@ func main() { ...@@ -44,7 +44,7 @@ func main() {
//go app.ClearLog(time.NewTicker(time.Hour*1)) //go app.ClearLog(time.NewTicker(time.Hour*1))
//上传统计树莓派信息 //上传统计树莓派信息
go app.UploadInfo(time.NewTicker(time.Minute * 30)) go app.UploadInfo(time.NewTicker(time.Minute * 10))
routersInit := routers.InitRouter() routersInit := routers.InitRouter()
readTimeout := setting.ServerSetting.ReadTimeout readTimeout := setting.ServerSetting.ReadTimeout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment