Skip to content

Remove the file list endpoint as it isn't used in our services

Martin Lowe requested to merge malowe/main/list-file-remove into main
  • Remove the file list endpoint as it isn't used in our services

This API has particularly bad performance due to the size of the download file table, due to the need to do raw calls to count over the very large dataset. Combined with the fact that this was added initially as an extra endpoint and not because it was legacy code, it is being removed.

Merge request reports