Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pageSize to request 1000 items at once. #20

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Conversation

michaelarnauts
Copy link
Collaborator

@michaelarnauts michaelarnauts commented Jul 9, 2019

The vtm go app requests 20 items at once (it loads the next page when scrolling down). When the parameter is not specified, it returns 50 items. We can just increase the value to 1000 (or more). 0 or -1 isn't accepted.

It can be possible to implement pagination, but I don't think we will have this issue with 1000 items.

Fixes #19

@michaelarnauts michaelarnauts merged commit fcf24af into master Jul 9, 2019
@michaelarnauts michaelarnauts deleted the use-pagesize branch July 9, 2019 20:01
@dagwieers dagwieers added the bug Something isn't working label Sep 9, 2019
@dagwieers dagwieers added this to the v0.9.0 milestone Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Listings only show 50 entries
2 participants