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…
Reference in New Issue