This commit is contained in:
anlicheng 2026-03-11 12:56:58 +08:00
parent ee913b937a
commit bbccd4623c

View File

@ -30,7 +30,7 @@ actor SDLPuncherActor {
self.cleanupTask = Task { self.cleanupTask = Task {
while !Task.isCancelled { while !Task.isCancelled {
try? await Task.sleep(for: .seconds(cooldownInterval)) try? await Task.sleep(for: .seconds(1))
self.cleanExpiredCoolingDown() self.cleanExpiredCoolingDown()
} }
} }