real time indexer: call clearMimeHandlerCache at the end of indexfiles to get rid of filter subprocesses
This commit is contained in:
parent
ffd589e384
commit
d72720d5eb
@ -142,6 +142,7 @@ bool ConfIndexer::indexFiles(std::list<string>& ifiles)
|
||||
return false;
|
||||
}
|
||||
ifiles = myfiles;
|
||||
clearMimeHandlerCache();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user