Skip to content

Commit 89f410d

Browse files
committed
chore(datastore): add changeset with minor bump for per-model sync configuration
1 parent 9a8364e commit 89f410d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.changeset/bold-bears-like.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/datastore': minor
3+
---
4+
5+
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

Comments
 (0)