Hi guys,
random question: I’m using q.page_size(X) relatively often in my datatable queries to optimise fetches.
I have just come across a case where I’m not doing that and I have an error “anvil.server.InternalError: Payload too large (17284677)”
Setting the pagesize to q.page_size(10) solves the issue.
I’m therefore wondering: How big is the default page size that anvil uses when nothing is specified?
Cheers,
David