Skip to content

Conversation

@matejdro
Copy link

@matejdro matejdro commented Sep 10, 2025

PR adds an option to disable filtering by the existing files. The issue with that feature is that, if some files are on a slow medium, like a network drive, accessing them can take a while, slowing down everything significantly.

Files will still eventually get discarded from the database by the aging algorithm, so I consider this a good tradeoff.

After investigating #1044 for a bit, I came to the conclusion that the filtering for the existing files seems to be the culprit. I can't say for certain, but after disabling and running for a while, I could not reproduce the issue anymore.

This fixes #1044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant