fix refresh interval

This commit is contained in:
v2ray
2016-06-06 01:31:25 +02:00
parent 83c7e8491c
commit 774c8f5d5f
+1
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)
}
}()