feat(rpc): enforce ratelimiting
New configuration options:
- `[ratelimit] cache`
- A boolean indicating whether we should use configured cache (1)
or database (0) for ratelimiting.
Signed-off-by:
Kevin Morris <kevr@0cost.org>
aurweb/ratelimit.py
0 → 100644
test/test_ratelimit.py
0 → 100644
Please register or sign in to comment