Option to disable full text search (lucene)

This is a workaround for the bug in issue #751
This commit is contained in:
Tim Möhlmann
2018-12-25 13:52:12 +02:00
parent 3fa3fd5f69
commit 3a5b763018
2 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
# these few settings must however be configured before starting the mail
# server and require a restart upon change.
# Set this to `true` to disable full text search by lucene (value: true, false)
# This is a workaround for the bug in issue #751 (indexer-worker crashes)
DISABLE_FTS_LUCENE=false
###################################
# Common configuration variables
###################################