I was trying to delete a configuration that had something like 50K files, and it was taking forever, because before deleting a file, MM checks if it used by another configuration, and my other configuration also had 50K files.

However, many file names were empty strings (because the configuration had not been run through all stages), so I thought we can skip the check in this case.

Here is a patch to fix this.

CommentFileSizeAuthor
media_mover_api-optimize-delete.patch391 bytespfournier