mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
import updater effeciency
This commit is contained in:
parent
d93ff628bc
commit
f87b0fcde7
@ -147,9 +147,10 @@ func (v *Updater) Run() {
|
||||
if v.shouldTerminate() {
|
||||
return
|
||||
}
|
||||
interval := v.Interval()
|
||||
for v.shouldContinue() {
|
||||
v.updateFunc()
|
||||
time.Sleep(v.Interval())
|
||||
time.Sleep(interval)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user