Skip to content
Commit 6405e5cb authored by Matěj Laitl's avatar Matěj Laitl
Browse files

collectionscanner: don't store dirs in shared memory, prevent size issues

We used to store all directories to scan in the shared memory, which
can exceed the 1M we reserve for it. Refactor the resume-on-crash
algorithm in order not to need this.

Thanks to Evert Vorster for noticing the problem and testing this patch.

BUG: 327812
FIXED-IN: 2.9
parent 8f0e1379
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