mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change so that we fire off status update immediately if the number of pending status changes exceeds 100. Issue #658
This commit is contained in:
@@ -31,6 +31,10 @@ public final class SyncDatabase {
|
||||
return syncStatusTable.selectForProcessing()
|
||||
}
|
||||
|
||||
public func selectPendingCount() -> Int {
|
||||
return syncStatusTable.selectPendingCount()
|
||||
}
|
||||
|
||||
public func resetSelectedForProcessing(_ articleIDs: [String]) {
|
||||
syncStatusTable.resetSelectedForProcessing(articleIDs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user