1
0
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:
v2ray 2016-06-06 01:31:25 +02:00
parent 83c7e8491c
commit 774c8f5d5f

View File

@ -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)
}
}()