-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Merge most UI page size settings into one #20550
Comments
But release page size should be different. We could have a default one which could be override by others. |
Good pointer, that size is not among the list of settings to remove from the Also, there's some code that makes use of the API page limits in the frontend ([1], [2]), this would also be good to clean up (either move the setting out of the API scope, or add a separate setting for UI).
|
Note: I'm opening this to gauge if there are actually instances out there that use different values for some of these settings.
β π reaction means you do, π means you don't
the problem
There's problems with all these page size config settings:
ISSUE_PAGING_NUM
to 20Β #20547)the proposal
Let's remove:
and replace with
This would leave us with the following UI page size settings:
I'd say the complexity of providing backwards compat is not worth it, as the resulting breakage will be very minor.
Maybe we could maintain
ISSUE_PAGING_NUM
as deprecated fallback, that's the setting I've seen used most often (because it defaulted to 10 until #20547)Screenshots
No response
The text was updated successfully, but these errors were encountered: