소스 검색

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