Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 2, 2023
1 parent f2574dd commit 8cf2119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Hummingbird/Storage/MemoryPersistDriver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public actor HBMemoryPersistDriver<C: Clock>: HBPersistDriver where C.Duration =
}

public func run() async throws {
let cancelled = ManagedAtomic(false)
let timerSequence = AsyncTimerSequence(interval: .seconds(600), clock: .suspending)
.cancelOnGracefulShutdown()
for try await _ in timerSequence {
Expand Down

0 comments on commit 8cf2119

Please sign in to comment.