Skip to content

Fix duplicate entries on files created and instantly modified

The interplay between miner and extractor seems racy overall, but what I'm seeing with "touch newfile.jpg; cp oldfile.jpg newfile.jpg" is extractor query for files without extractorHash returning twice exactly the result.

Relates to #200 (closed)


Not sure should this be considered a real fix, or more of a workaround or discussion opener. Could think the query shouldn't ever really return duplicate entries here anyway.

Merge request reports