We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e9838 commit 0315721Copy full SHA for 0315721
data/settings.js
@@ -1954,10 +1954,10 @@ fts_header_includes {
1954
text: ``
1955
},
1956
1957
- fts_index_timeout: {
1958
- default: 0,
+ fts_search_timeout: {
+ default: '30s',
1959
plugin: 'fts',
1960
- values: setting_types.UINT,
+ values: setting_types.TIME,
1961
text: `
1962
When the full text search driver detects that the index isn't up-to-date,
1963
the indexer is told to index the messages and is given this much time to do
0 commit comments