mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-26 11:44:22 -04:00
fix refresh interval
This commit is contained in:
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…
x
Reference in New Issue
Block a user