We currently request 250 results from the API when providing a list of suggested edits. We should investigate optimizing the number of results we request to speed up the time it takes to retrieve the data we need.
Notes
- Update client-side and server-side code to request a smaller set of tasks (25-50)
- Retrieve more results when the user gets to the end of the queue, and deduplicate items that are already in the queue (since we don't have continuation in the API)
- We can show the true number of tasks available (no upper limit of 200)