From 051fdb4ccf51d3585cd75f144d7ff7a1d4595b35 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 2 Aug 2023 23:18:56 +0300 Subject: [PATCH] lib/config: set default batch-size to 50000 The default was 250000 but that led to problems on some systems with limited memory, esp. since mu's indexing does quite a bit more than in the olden days (e.g. html mail). Fixes #2529. --- lib/mu-config.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mu-config.hh b/lib/mu-config.hh index f3883fa6..13b1bcfb 100644 --- a/lib/mu-config.hh +++ b/lib/mu-config.hh @@ -100,8 +100,8 @@ public: Type::Number, Flags::Configurable, "batch-size", - "250000", - "Version of the Xapian database schema" + "50000", + "Number of changes in a database transaction" }, { Id::Contacts,