store: implement serialize method, use it

For triggering saving the contacts / labels caches.
This commit is contained in:
Dirk-Jan C. Binnema
2025-09-01 08:21:37 +03:00
committed by Seth Ladygo
parent 5ba4791add
commit bb399bc37a
4 changed files with 59 additions and 6 deletions

View File

@ -889,6 +889,7 @@ Server::Private::index_handler(const Command& cmd)
throw Error{Error::Code::Xapian, "indexer is already running"};
do_index(conf);
store().serialize();
}
void