From 774c8f5d5fcee088a2e9c0d7fce534e64c14b852 Mon Sep 17 00:00:00 2001 From: v2ray Date: Mon, 6 Jun 2016 01:31:25 +0200 Subject: [PATCH] fix refresh interval --- shell/point/inbound_detour_dynamic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/point/inbound_detour_dynamic.go b/shell/point/inbound_detour_dynamic.go index f22de50a..bba37d06 100644 --- a/shell/point/inbound_detour_dynamic.go +++ b/shell/point/inbound_detour_dynamic.go @@ -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) } }()