1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

dovecot: fix index timeout seconds

This commit is contained in:
DerLinkman
2025-01-23 11:51:41 +01:00
parent e76c0ba9a6
commit 43f945fe01

View File

@@ -21,7 +21,7 @@ plugin {
fts_filters = normalizer-icu snowball stopwords fts_filters = normalizer-icu snowball stopwords
fts_filters_en = lowercase snowball english-possessive stopwords fts_filters_en = lowercase snowball english-possessive stopwords
fts_index_timeout = 300 fts_index_timeout = 300s
} }
### THIS PART WILL BE CHANGED BY MODIFYING mailcow.conf AUTOMATICALLY DURING RUNTIME! ### ### THIS PART WILL BE CHANGED BY MODIFYING mailcow.conf AUTOMATICALLY DURING RUNTIME! ###