Add a way to limit the number of records retrieved by Kinto.js in one sync run
Open
enhancement
in progress
stale
- Dominant language
- TypeScript
- Stars
- 330
- Forks
- 75
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 4
Description
We can probably use the `_limit` param https://github.com/mozilla-services/syncto/blob/master/syncto/views/collection.py#L37
Contributor guide
Research direction
Read the referenced syncto/views/collection.py line 37 to understand the _limit parameter, then trace how Kinto.js builds its sync request. The work is done when a sync run can limit the number of records retrieved and the behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100