xapian-db: remove locks, transaction levels
Simplify xapian-db: locks should go elsewhere; transaction level add too much complication.
This commit is contained in:
@ -324,8 +324,6 @@ Indexer::Private::cleanup()
|
||||
void
|
||||
Indexer::Private::scan_worker()
|
||||
{
|
||||
XapianDb::Transaction tx{store_.xapian_db()}; // RAII
|
||||
|
||||
progress_.reset();
|
||||
if (conf_.scan) {
|
||||
mu_debug("starting scanner");
|
||||
|
||||
Reference in New Issue
Block a user