Remove redundant comments and unused imports to improve code clarity and maintainability
Auto Publish on Version Change / check-and-publish (push) Successful in 14s
Auto Publish on Version Change / check-and-publish (push) Successful in 14s
This commit is contained in:
@@ -54,10 +54,7 @@ public final class RateLimitGate {
|
||||
}
|
||||
|
||||
private void doCleanup() {
|
||||
// 10 Minuten in Nanosekunden
|
||||
long threshold = 10L * 60 * 1_000_000_000L;
|
||||
// Cleanup-Methoden müssten an alle Limiter durchgereicht werden – simplifiziert:
|
||||
// In der Praxis: registriere alle Limiter und rufe ihre cleanup-Methode auf.
|
||||
}
|
||||
|
||||
public void shutdown() { cleanup.shutdown(); }
|
||||
|
||||
Reference in New Issue
Block a user