Parcourir la source

fix refresh interval

v2ray il y a 9 ans
Parent
commit
774c8f5d5f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
 		}
 	}()