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
Add per-model `syncPageSize` and `maxRecordsToSync` configuration via optional third parameter to `syncExpression()`. This allows configuring sync page size on a per-model basis instead of only globally, so models with large records can use a smaller page size without penalizing sync performance for all other models.
0 commit comments