index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
test
/
unit
/
server
/
api
/
SkRateLimiterServiceTests.ts
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
scale rate limit dripRate with factor
Hazelnoot
2025-07-27
1
-10
/
+26
|
*
move SkRateLimiterService to correct directory
Hazelnoot
2025-02-05
1
-1
/
+1
|
*
lookup and cache rate limit factors directly within SkRateLimiterService
Hazelnoot
2025-02-05
1
-12
/
+54
|
*
fix SkRateLimiterService tests
Hazelnoot
2024-12-11
1
-2
/
+2
|
*
use atomic variant of Leaky Bucket for safe concurrent rate limits
Hazelnoot
2024-12-11
1
-64
/
+118
|
*
fix redis transaction implementation
Hazelnoot
2024-12-10
1
-220
/
+124
|
*
enable rate limits for dev environment
Hazelnoot
2024-12-09
1
-1
/
+1
|
*
fix rate limits under multi-node environments
Hazelnoot
2024-12-09
1
-204
/
+340
|
*
fix type errors from new rate limit definitions
Hazelnoot
2024-12-08
1
-13
/
+5
|
*
fix rate limit scaling (it's no longer inverted)
Hazelnoot
2024-12-08
1
-5
/
+5
|
*
bypass rate limits when factor is 0
Hazelnoot
2024-12-08
1
-9
/
+12
|
*
move all Rate Limit type defs to rate-limit-utils.ts
Hazelnoot
2024-12-08
1
-2
/
+3
|
*
check for invalid rate limit inputs
Hazelnoot
2024-12-08
1
-0
/
+141
|
*
fix NaN from extremely high rate limits
Hazelnoot
2024-12-08
1
-0
/
+14
|
*
support fractional rate limit scaling
Hazelnoot
2024-12-08
1
-8
/
+9
|
*
fix rate limit storage in redis
Hazelnoot
2024-12-07
1
-18
/
+20
|
*
implement SkRateLimiterService with Leaky Bucket rate limiting
Hazelnoot
2024-12-07
1
-0
/
+703