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
When a tasks.org/OpenTasks task with more than 500 alarms is inserted, it fails with
at.bitfire.ical4android.CalendarStorageException: Couldn't apply batch operation
at at.bitfire.ical4android.BatchOperation.runBatch(BatchOperation.kt:161)
at at.bitfire.ical4android.BatchOperation.commit(BatchOperation.kt:122)
at at.bitfire.ical4android.DmfsTask.add(DmfsTask.kt:44)
…
Caused by: android.content.OperationApplicationException: Too many content provider operations between yield points. The maximum number of operations per yield point is 500
at android.database.DatabaseUtils.readExceptionWithOperationApplicationExceptionFromParcel(DatabaseUtils.java:163)
at android.content.ContentProviderProxy.applyBatch(ContentProviderNative.java:637)
at android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:574)
The text was updated successfully, but these errors were encountered:
When a tasks.org/OpenTasks task with more than 500 alarms is inserted, it fails with
The text was updated successfully, but these errors were encountered: