Commit 54537889 authored by szh's avatar szh

添加 bityuan6.3.0升级到6.4.0代码

parent 792bfd29
......@@ -83,5 +83,5 @@ FeedBackUrl=https://raspserver.biqianbao.net/pai/feedback
IsCompleteUrl=https://raspserver.biqianbao.net/pai/iscomplete
RaspberryServer=112.124.4.47
StopPai=/home/pi/chain33-pai/stop-pai.sh
UploadInfoUrl=https://raspserver.biqianbao.net/pai/uploadinfo
UploadVersionUrl=https://raspserver.biqianbao.net/pai/uploadinfo
UploadTestUrl=https://raspserver.biqianbao.net/pai/uploadtest
\ No newline at end of file
......@@ -38,9 +38,9 @@ func main() {
//区域网广播设备
go broadcast()
//定时监控节点
go app.CornProcessJob(time.NewTicker(time.Second*10))
go app.CornProcessJob(time.NewTicker(time.Second*12))
//定时自动更新树莓派内置程序
go app.AutoUpdate(time.NewTicker(time.Second * 60))
go app.AutoUpdate(time.NewTicker(time.Second * 50))
//go app.ClearLog(time.NewTicker(time.Hour*1))
//上传统计树莓派信息
......
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