OData call size limitation

1
Hi Mendix Community,   Is there a limit on Odata calls size wise? We are intermittently getting timeouts and the only reason we can think of is of the calls size.   EDIT: We did switch to paging on the call, will just be interesting to know what the limit is.   Best Regards, Vincent
asked
1 answers
0

Server paging is an option, see https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/supporting-odata-query-options#server-paging

Mendix version of this is ?$top=100

See https://docs.mendix.com/refguide/odata-query-options

answered