verbose arg expects integer
This commit is contained in:
+3
-1
@@ -403,7 +403,9 @@ in {
|
|||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
fts = xapian
|
fts = xapian
|
||||||
fts_xapian = partial=3 full=20 ${optionalString cfg.debug "verbose"}
|
fts_xapian = partial=3 full=20 ${
|
||||||
|
optionalString cfg.debug "verbose=2"
|
||||||
|
}
|
||||||
fts_autoindex = yes
|
fts_autoindex = yes
|
||||||
fts_enforced = yes
|
fts_enforced = yes
|
||||||
fts_autoindex_exclude = \Trash
|
fts_autoindex_exclude = \Trash
|
||||||
|
|||||||
Reference in New Issue
Block a user