mu: refactor labels code

Split labels-cache and store-labels.
This commit is contained in:
Dirk-Jan C. Binnema
2025-09-02 23:19:54 +03:00
committed by Seth Ladygo
parent 152182a567
commit 3a12c69b10
11 changed files with 256 additions and 188 deletions

View File

@ -480,7 +480,7 @@ private:
if ((++changes_ < batch_size_) && !force)
return;
xapian_try([&]{
mu_debug("committing {} changes; transaction={}; "
mu_debug("committing {} change(s); transaction={}; "
"forced={}", changes_,
in_transaction() ? "yes" : "no",
force ? "yes" : "no");