mirror of
https://github.com/Kioubit/ColorPing
synced 2024-11-24 08:40:41 +08:00
Fix refresh rate
This commit is contained in:
parent
d795eaf76a
commit
2e9e8e2b42
1 changed files with 1 additions and 2 deletions
3
http.go
3
http.go
|
@ -174,10 +174,9 @@ func streamServer() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
time.Sleep(400 * time.Millisecond)
|
|
||||||
}
|
}
|
||||||
clientMutex.RUnlock()
|
clientMutex.RUnlock()
|
||||||
time.Sleep(10 * time.Millisecond)
|
time.Sleep(500 * time.Millisecond)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue