Skip to content

Commit

Permalink
[stream] reduce the download interval
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWYX committed Feb 23, 2021
1 parent e06dad8 commit 8ff2484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmy/downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (d *Downloader) waitForBootFinish() {
}

func (d *Downloader) loop() {
ticker := time.NewTicker(60 * time.Second)
ticker := time.NewTicker(10 * time.Second)
initSync := true
trigger := func() {
select {
Expand Down

0 comments on commit 8ff2484

Please sign in to comment.