Commit 3f984ccc by 朱继来

调整定时时间

parent 9193d1fd
Showing with 1 additions and 1 deletions
...@@ -46,7 +46,7 @@ func main() { ...@@ -46,7 +46,7 @@ func main() {
logger.Init() logger.Init()
// 定时执行 // 定时执行
ticker := time.NewTicker(time.Minute * 5) ticker := time.NewTicker(time.Minute * 1)
//ticker := time.NewTicker(time.Second * 5) //ticker := time.NewTicker(time.Second * 5)
for { for {
......
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 sign in to comment