Remove unused saveQueue.
This commit is contained in:
parent
9c23b1351d
commit
0d36face00
@ -220,7 +220,6 @@ public enum FetchType {
|
|||||||
let dataFolder: String
|
let dataFolder: String
|
||||||
let database: ArticlesDatabase
|
let database: ArticlesDatabase
|
||||||
var delegate: AccountDelegate
|
var delegate: AccountDelegate
|
||||||
@MainActor static let saveQueue = CoalescingQueue(name: "Account Save Queue", interval: 1.0)
|
|
||||||
|
|
||||||
private var unreadCounts = [String: Int]() // [feedID: Int]
|
private var unreadCounts = [String: Int]() // [feedID: Int]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user