mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 09:56:01 +00:00
fts: change autoindex to occur on mailboxes of receiving 20 or more mails daily
This commit is contained in:
@@ -3,6 +3,8 @@ plugin {
|
|||||||
fts_autoindex = yes
|
fts_autoindex = yes
|
||||||
fts_autoindex_exclude = \Junk
|
fts_autoindex_exclude = \Junk
|
||||||
fts_autoindex_exclude2 = \Trash
|
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
|
fts = flatcurve
|
||||||
|
|
||||||
# Maximum term length can be set via the 'maxlen' argument (maxlen is
|
# Maximum term length can be set via the 'maxlen' argument (maxlen is
|
||||||
@@ -26,7 +28,7 @@ plugin {
|
|||||||
|
|
||||||
service indexer-worker {
|
service indexer-worker {
|
||||||
# Max amount of simultaniously running indexer jobs.
|
# Max amount of simultaniously running indexer jobs.
|
||||||
process_limit=5
|
process_limit=1
|
||||||
|
|
||||||
# Max amount of RAM used by EACH indexer process.
|
# Max amount of RAM used by EACH indexer process.
|
||||||
vsz_limit=128 MB
|
vsz_limit=128 MB
|
||||||
|
|||||||
Reference in New Issue
Block a user