Remove redundant comments and unused imports to improve code clarity and maintainability
Auto Publish on Version Change / check-and-publish (push) Successful in 14s

This commit is contained in:
CodingPhoenixx
2026-05-28 13:11:11 +02:00
parent 1ac3c29b83
commit b75e1e5c6e
3 changed files with 3 additions and 14 deletions
@@ -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(); }