jbrzusto / find_tags

search raw data streams for patterns from registered tags
GNU General Public License v2.0
2 stars 0 forks source link

don't read tag database from metadata cache DB on successful resume #52

Closed jbrzusto closed 6 years ago

jbrzusto commented 6 years ago

In the toplevel (find_tags_motus.cpp), we always read the tag database from the metadata cache DB, but then quietly discard it on a successful --resume. This is misleading (to me) and inefficient.