mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
ebaccce6eb
This allows to make more efficient database queries in the API and reduces overhead by too large JSON responses. Assuming we fix #68457, additional improvements in response time can be expected, because we do not need to perform a count for all matching work packages anymore (because we do not select "total").