Skip to content
Commit 10551a53 authored by Stefan Brüns's avatar Stefan Brüns
Browse files

[DocumentUrlDB] Remove recursive removal of parent directories

In case a directory is only part of the DB for structural integrity
(i.e. unindexed parent directories of an indexed directory), removal
of the indexed directory would also remove the parent directory.

This is fairly unnecessary as the entries do not pose any problem,
they would be removed when the actual directory (or any of its parents)
are removed.

Removal of the up-traversal gets rid of some quite convoluted code.
parent 1c36c164
Pipeline #427224 failed with stage
in 2 minutes and 37 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment