Searched defs:BUCKET_DURATION_MS (Results 1 – 2 of 2) sorted by relevance
36 private const val BUCKET_DURATION_MS = 2 * 60 * 60 * 1000L constant
33 public static final int BUCKET_DURATION_MS = PERIOD_DURATION_MS / BUCKET_COUNT; field in RateLimiter