pp3 files are always written for all files in a directory, even when nothing was changed, Issue 2256
This commit is contained in:
@@ -226,7 +226,7 @@ void CacheManager::closeThumbnail (Thumbnail* t) {
|
||||
|
||||
MyMutex::MyLock lock(mutex_);
|
||||
|
||||
t->updateCache ();
|
||||
// t->updateCache ();
|
||||
string_thumb_map::iterator r = openEntries.find (t->getFileName());
|
||||
if (r!=openEntries.end())
|
||||
openEntries.erase (r);
|
||||
|
Reference in New Issue
Block a user