Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Speed up scan for matched roms without filesystem changes #1334

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

adamantike
Copy link
Collaborator

When the scanning process fiends that a rom should not be scanned, it was still updating the rom data in the database.

This database update is only needed when the existing data is different to the newly found filesystem data, so we can avoid most of the updates for already existing library roms.

When the scanning process fiends that a rom should not be scanned, it
was still updating the rom data in the database.

This database update is only needed when the existing data is different
to the newly found filesystem data, so we can avoid most of the updates
for already existing library roms.
Copy link

github-actions bot commented Dec 1, 2024

Test Results

88 tests   88 ✅  26s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 00f7584.

@adamantike adamantike merged commit e0acda4 into master Dec 1, 2024
8 checks passed
@adamantike adamantike deleted the fix/speed-up-scan-when-no-fs-changes branch December 1, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants