瀏覽代碼

fix refresh interval

v2ray 9 年之前
父節點
當前提交
774c8f5d5f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      shell/point/inbound_detour_dynamic.go

+ 1 - 0
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)
 		}
 	}()