[Digikam-devel] [digikam] [Bug 363697] Album visible even after deletion
Johannes Hirte via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Jun 22 19:02:04 BST 2016
https://bugs.kde.org/show_bug.cgi?id=363697
--- Comment #5 from Johannes Hirte <johannes.hirte at datenkhaos.de> ---
After some digging into the code, I've seen that deleted images are finally
removed from the db. It's just done asynchronously, deferred for some days:
bool CollectionScanner::checkDeleteRemoved()
{
...
return (daysPast > 7 && completeScans > 2) ||
(daysPast > 30 && completeScans > 0) ||
(completeScans > 30);
}
Don't know, why this is delayed so much, but I can confirm that pictures marked
as deleted are purged from the db when setting completeScans > 30 in the db.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list