소스 검색

Remove duplicate comment in WarmUpController (#464)

master
mjaow Eric Zhao 6 년 전
부모
커밋
223ad252df
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. +0
    -5
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/controller/WarmUpController.java

+ 0
- 5
sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/controller/WarmUpController.java 파일 보기

@@ -34,11 +34,6 @@ import com.alibaba.csp.sentinel.slots.block.flow.TrafficShapingController;
*
* That’s why we need “warm up”.
*
* Sentinel’s “warm up” implementation is based on Guava's algorithm. However,
* unlike Guava's scenario, which is a “leaky bucket”, and is mainly used to
* adjust the request interval, Sentinel is more focus on controlling the count
* of incoming requests per second without calculating its interval.
*
* Sentinel's "warm-up" implementation is based on the guava-based algorithm.
* However, Guava’s implementation focus on adjusting the request interval, in
* other words, a Leaky bucket. Sentinel pays more attention to controlling the


Loading…
취소
저장