Explorar o código

fix refresh interval

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
774c8f5d5f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
 		}
 	}()