Implement new SkRateLimiterServer with Leaky Bucket rate limits (resolves #592)
All threads resolved!
All threads resolved!
Compare changes
- Hazelnoot authored
@@ -32,6 +32,7 @@ import { RateLimiterService } from '@/server/api/RateLimiterService.js';
@@ -59,6 +60,7 @@ export class FileServerService {
@@ -625,12 +627,13 @@ export class FileServerService {
@@ -640,10 +643,10 @@ export class FileServerService {
@@ -652,12 +655,12 @@ export class FileServerService {