Skip to content

Conversation

@klaidliadon
Copy link
Contributor

@klaidliadon klaidliadon commented Feb 2, 2026

Page size is limited by the constant in the codebase (50). This prevents higher page sizes, even when specified by a paginator

if n > MaxPageSize {
n = MaxPageSize
}
return n
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also clamp by o.MaxSize.

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 this pull request may close these issues.

3 participants