You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to set a maximum page size for a service. This will force paging when not set, and will ensure that services are not overwhelmed by asking for too many items.
The question is where one would specify this setting, and the most probable answer is in the service def, probably in service.options object.
It should also be overridable at the endpoint.
The text was updated successfully, but these errors were encountered:
It should be possible to set a maximum page size for a service. This will force paging when not set, and will ensure that services are not overwhelmed by asking for too many items.
The question is where one would specify this setting, and the most probable answer is in the service def, probably in
service.options
object.It should also be overridable at the endpoint.
The text was updated successfully, but these errors were encountered: