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

Add pagination for backends library request. #227

Closed
Tracked by #130
arabcoders opened this issue Jul 24, 2022 · 0 comments · Fixed by #228
Closed
Tracked by #130

Add pagination for backends library request. #227

arabcoders opened this issue Jul 24, 2022 · 0 comments · Fixed by #228

Comments

@arabcoders
Copy link
Owner

arabcoders commented Jul 24, 2022

Implements pagination support for backends libraries parsing.

Some people have huge libraries 300k+ episodes, While the tool can handle it just fine, servers are too slow to respond with huge data like that. So, we need to make libraries request paginated. This probably will slow down the initial request as we need to check each libraries total number of items. and we need to sort the results by id so we don't miss any records. Pagination limit should be reasonable for each page and should be configurable via global variable and overridden by backend options.

@arabcoders arabcoders mentioned this issue Jul 24, 2022
55 tasks
@arabcoders arabcoders changed the title implements pagination support for backends libraries parsing. Some people have huge libraries 300k+ episodes. while the tool can handle it just fine, servers are too slow to respond with huge data like that. So, we need to make libraries request paginated. This probably will slow down the initial request as we need to check each libraries total number of items. and we need to sort the results by id so we don't miss any records. Pagination limit should be reasonable for each page and should be configurable via global variable and overridden by backend options. Add pagination for backends library request. Jul 24, 2022
@arabcoders arabcoders linked a pull request Jul 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant