Skip to content

Commit 43f945f

Browse files
committed
dovecot: fix index timeout seconds
1 parent e76c0ba commit 43f945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/conf/dovecot/conf.d/fts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugin {
2121
fts_filters = normalizer-icu snowball stopwords
2222
fts_filters_en = lowercase snowball english-possessive stopwords
2323

24-
fts_index_timeout = 300
24+
fts_index_timeout = 300s
2525
}
2626

2727
### THIS PART WILL BE CHANGED BY MODIFYING mailcow.conf AUTOMATICALLY DURING RUNTIME! ###

0 commit comments

Comments
 (0)