-
|
compose_page_url has the following code: So pagination will ignore the limit unless client_max_limit is set. Why? |
Beta Was this translation helpful? Give feedback.
Answered by
n-studio
Nov 30, 2025
Replies: 1 comment 3 replies
-
|
no, that code ignores the limit in the url that is being composed |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I understand now. It's a built-in protection to avoid a malicious user to query 1_000_000 records and crash the application. Clever. Thank you!