| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scale rate limit dripRate with factor | Hazelnoot | 2025-07-27 | 1 | -1/+1 |
| * | track the number of concurrent requests to redis, and bypass if the request i... | Hazelnoot | 2025-03-29 | 1 | -0/+4 |
| * | SkRateLimiterService revision 3: cache lockouts in memory to avoid redis calls | Hazelnoot | 2025-03-28 | 1 | -1/+8 |
| * | implement redisForRateLimit | Hazelnoot | 2025-02-18 | 1 | -0/+1 |
| * | document new rate limit factor calculations | Hazelnoot | 2025-02-05 | 1 | -0/+5 |
| * | fix typos and wording in SkRateLimiterService.md | Hazelnoot | 2024-12-11 | 1 | -13/+13 |
| * | use atomic variant of Leaky Bucket for safe concurrent rate limits | Hazelnoot | 2024-12-11 | 1 | -0/+143 |