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.
This commit is contained in:
Dirk-Jan C. Binnema
2023-08-02 23:18:56 +03:00
parent 25151aad00
commit 051fdb4ccf

View File

@ -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,