You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreDataAdapter.recordsToUpload fetches objects one by one to prepare their CKRecords. Preparing all the identifiers and doing a single fetch would speed up the operation.
The text was updated successfully, but these errors were encountered:
CoreDataAdapter.recordsToUpload fetches objects one by one to prepare their CKRecords. Preparing all the identifiers and doing a single fetch would speed up the operation.
The text was updated successfully, but these errors were encountered: