Commit Graph
2 Commits
Author SHA1 Message Date
John ShawandGitHub 16d94c3cfa Remove parents in remove_empty_directories (#21726)
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 21:24:27 -07: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