Skip to content

Commit 0315721

Browse files
sirainencmouse
authored andcommitted
settings: Rename fts_index_timeout to fts_search_timeout and update default
1 parent f1e9838 commit 0315721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/settings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,10 +1954,10 @@ fts_header_includes {
19541954
text: ``
19551955
},
19561956

1957-
fts_index_timeout: {
1958-
default: 0,
1957+
fts_search_timeout: {
1958+
default: '30s',
19591959
plugin: 'fts',
1960-
values: setting_types.UINT,
1960+
values: setting_types.TIME,
19611961
text: `
19621962
When the full text search driver detects that the index isn't up-to-date,
19631963
the indexer is told to index the messages and is given this much time to do

0 commit comments

Comments
 (0)