Skip to content

Remove doSyncRetry from DataStoreConfiguration #4986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/fragments/lib/datastore/android/conflict.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Finally you can configure the number of records to sync as an upper bound on ite
- `syncMaxRecords` - sets the maximum number of records, from the server, to process from a sync operation.
- `syncPageSize` - sets the number of items requested in each page of sync results.
- `syncInterval` - sets the duration of time after which delta syncs will not be preferred over base syncs. The default time unit is minutes.
- `doSyncRetry` - enables retry on sync failure.
- `syncExpression` - sets a sync expression for a particular model to filter which data is synced locally. The expression is evaluated each time DataStore is started. The QueryPredicate is applied on both sync and subscriptions.

### Example
Expand Down