Skip to content

Commit 2bfb822

Browse files
mbettini-oxsirainen
authored andcommitted
settings, config: Drop fts_flatcurve_max_term_size
1 parent c412a29 commit 2bfb822

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

data/settings.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,17 +2356,6 @@ should be sufficient to allow indexing in a 256 MB maximum size process.
23562356
Set to \`0\` to use the Xapian default.`
23572357
},
23582358

2359-
fts_flatcurve_max_term_size: {
2360-
default: 30,
2361-
values: setting_types.UINT,
2362-
plugin: 'fts-flatcurve',
2363-
advanced: true,
2364-
text: `
2365-
The maximum number of characters in a term to index.
2366-
2367-
The maximum value for this setting is \`200\`.`
2368-
},
2369-
23702359
fts_flatcurve_min_term_size: {
23712360
default: 2,
23722361
values: setting_types.UINT,

0 commit comments

Comments
 (0)