`verbose` arg expects integer
This commit is contained in:
parent
397e004ea5
commit
e1889af7eb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue