actions debugging

This commit is contained in:
Jonathan Shook
2020-12-04 10:50:12 -06:00
parent 159ff1f59e
commit 480ca626d7
2 changed files with 2 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ public class HybridRateLimiter implements Startable, RateLimiter {
private Gauge<Long> delayGauge;
private Gauge<Double> avgRateGauge;
private Gauge<Double> burstRateGauge;
private ThreadDrivenTokenPool tokens;
private TokenPool tokens;
// diagnostics
// TODO Doc rate limiter scenarios, including when you want to reset the waittime, and when you don't