Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
szh
chain33-pai
Commits
54537889
Commit
54537889
authored
Mar 31, 2020
by
szh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 bityuan6.3.0升级到6.4.0代码
parent
792bfd29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app.ini
conf/app.ini
+2
-1
main.go
main.go
+2
-2
No files found.
conf/app.ini
View file @
54537889
...
...
@@ -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
Upload
Info
Url
=
https://raspserver.biqianbao.net/pai/uploadinfo
Upload
Version
Url
=
https://raspserver.biqianbao.net/pai/uploadinfo
UploadTestUrl
=
https://raspserver.biqianbao.net/pai/uploadtest
\ No newline at end of file
main.go
View file @
54537889
...
...
@@ -38,9 +38,9 @@ func main() {
//区域网广播设备
go
broadcast
()
//定时监控节点
go
app
.
CornProcessJob
(
time
.
NewTicker
(
time
.
Second
*
1
0
))
go
app
.
CornProcessJob
(
time
.
NewTicker
(
time
.
Second
*
1
2
))
//定时自动更新树莓派内置程序
go
app
.
AutoUpdate
(
time
.
NewTicker
(
time
.
Second
*
6
0
))
go
app
.
AutoUpdate
(
time
.
NewTicker
(
time
.
Second
*
5
0
))
//go app.ClearLog(time.NewTicker(time.Hour*1))
//上传统计树莓派信息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment