Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLimit number of records per fetch #68
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the browser -> lib FETCH_SYNC_RECORDS returns an unbounded number of sync records. In a while this will get bad because we could have 10,000s of records, so initial Sync will seem unresponsive. Also, devices esp. mobile are limited on memory.
There should be a way to limit the number of records per fetch.