Browse Source

dovecot: fix index timeout seconds

DerLinkman 9 tháng trước cách đây
mục cha
commit
43f945fe01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data/conf/dovecot/conf.d/fts.conf

+ 1 - 1
data/conf/dovecot/conf.d/fts.conf

@@ -21,7 +21,7 @@ plugin {
     fts_filters = normalizer-icu snowball 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! ###