elixir-cloud-aai / proTES

Proxy service for injecting middleware into GA4GH TES requests
Apache License 2.0
5 stars 6 forks source link

Fix default page size when listing tasks #125

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

According to the specification, the default page size is supposed to be 256. However, in the current default configuration, it is set to 5.

Increase the default configuration to 256, as required by the specification.