After migration to 2025.06 and the Query API I get this error:
Requested page pageSize is bigger then allowed limit 100. Change configuration to allow for higher limits.
That message is not that helpful. I tried to find documentation on how to configure the limit, but failed.
I even searched the data services source code for that specific error message (to check where the upper limit comes from) and did not find it.
Also, in my opinion that is a breaking change that should be highlighted prominently on the docs.
We currently use Integer.MAX_VALUE as page size because in our little helper app there will never be more than a couple hundred results for this specific query.
So: How do I configure the limit and is it somewhere in the docs?
EDIT: Found the source of the error message in QueryPagingHelper