fts: change autoindex to occur on mailboxes of receiving 20 or more mails daily

This commit is contained in:
DerLinkman 2025-01-20 14:21:15 +01:00
parent 36db68677c
commit 746915cbdd
No known key found for this signature in database
GPG Key ID: AA4A82514748F5A9

View File

@ -3,6 +3,8 @@ plugin {
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
# Tweak this setting if you only want to ensure big and frequent folders are indexed, not all.
fts_autoindex_max_recent_msgs = 20
fts = flatcurve
# Maximum term length can be set via the 'maxlen' argument (maxlen is
@ -26,7 +28,7 @@ plugin {
service indexer-worker {
# Max amount of simultaniously running indexer jobs.
process_limit=5
process_limit=1
# Max amount of RAM used by EACH indexer process.
vsz_limit=128 MB