mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Get rid of maxInterval from CoalescingQueue because it didn’t actually work right and isn’t probably needed.
This commit is contained in:
@@ -48,7 +48,7 @@ import Images
|
||||
}
|
||||
#endif
|
||||
|
||||
private let fetchUnreadCountsQueue = CoalescingQueue(name: "SmartFeed", interval: 1.0, maxInterval: 2.0)
|
||||
private let fetchUnreadCountsQueue = CoalescingQueue(name: "SmartFeed", interval: 1.0)
|
||||
|
||||
private var fetchUnreadCountsTask: Task<Void, Never>?
|
||||
private let delegate: SmartFeedDelegate
|
||||
|
||||
Reference in New Issue
Block a user