Remove duplicate comment in WarmUpController (#464)

This commit is contained in:
mjaow 2019-01-28 11:44:31 +08:00 committed by Eric Zhao
parent 30907e4c9d
commit 223ad252df
1 changed files with 0 additions and 5 deletions

View File

@ -34,11 +34,6 @@ import com.alibaba.csp.sentinel.slots.block.flow.TrafficShapingController;
*
* Thats why we need warm up.
*
* Sentinels 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, Guavas implementation focus on adjusting the request interval, in
* other words, a Leaky bucket. Sentinel pays more attention to controlling the