fix refresh interval

pull/298/head^2
v2ray 2016-06-06 01:31:25 +02:00
parent 83c7e8491c
commit 774c8f5d5f
1 changed files with 1 additions and 0 deletions

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