mirror of https://github.com/v2ray/v2ray-core
fix refresh interval
parent
83c7e8491c
commit
774c8f5d5f
|
@ -135,6 +135,7 @@ func (this *InboundDetourHandlerDynamic) Start() error {
|
|||
if err != nil {
|
||||
log.Error("Point: Failed to refresh dynamic allocations: ", err)
|
||||
}
|
||||
time.Sleep(time.Minute)
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue