Commit Graph
2 Commits
Author SHA1 Message Date
John Shaw e666d666bf Remove parents in remove_empty_directories
The original implementation did a full directory tree walk to find and remove
empty directories, so this implementation should remove the parents as well,
like the original did.
2026-01-19 20:57:45 -06:00
John ShawandGitHub 1cc50f68a0 Optimize empty directory cleanup for recordings (#21695)
The previous empty directory cleanup did a full recursive directory
walk, which can be extremely slow. This new implementation only removes
directories which have a chance of being empty due to a recent file
deletion.
2026-01-17 15:47:21 -07:00