mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reduce block size to reduce the number of times CloudKit has to tell us to split our number of records
This commit is contained in:
@@ -16,7 +16,7 @@ import SyncDatabase
|
||||
class CloudKitSendStatusOperation: MainThreadOperation {
|
||||
|
||||
private var log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "CloudKit")
|
||||
private let blockSize = 300
|
||||
private let blockSize = 150
|
||||
|
||||
// MainThreadOperation
|
||||
public var isCanceled = false
|
||||
|
||||
Reference in New Issue
Block a user