We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/thomaxxl/safrs/blame/master/safrs/jsonapi_formatting.py#L140
MAX_PAGE_LIMIT limits the size of a page (default 250). This value is also used to limit the size of the page offset.
Therefore only limit + page offset records can be fetched. Meaning only the first MAX_PAGE_LIMIT*2 (500) records can be fetched.
MAX_PAGE_LIMIT*2
The text was updated successfully, but these errors were encountered:
fed4184
Thanks for reporting this issue! I added a MAX_PAGE_OFFSET config parameter (cb7fba7)
Sorry, something went wrong.
No branches or pull requests
https://github.com/thomaxxl/safrs/blame/master/safrs/jsonapi_formatting.py#L140
MAX_PAGE_LIMIT limits the size of a page (default 250).
This value is also used to limit the size of the page offset.
Therefore only limit + page offset records can be fetched. Meaning only the first
MAX_PAGE_LIMIT*2
(500) records can be fetched.The text was updated successfully, but these errors were encountered: