mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 17:59:31 +01: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:
parent
34f00b7780
commit
7297fddec9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user