feat: add a switch to enable auto update index (close #2930)

This commit is contained in:
BoYanZh
2023-01-07 00:59:30 +08:00
committed by GitHub
parent cf5714ba73
commit 1c453ae147
3 changed files with 7 additions and 4 deletions

View File

@ -42,9 +42,10 @@ const (
FilenameCharMapping = "filename_char_mapping"
// index
SearchIndex = "search_index"
IndexPaths = "index_paths"
IgnorePaths = "ignore_paths"
SearchIndex = "search_index"
AutoUpdateIndex = "auto_update_index"
IndexPaths = "index_paths"
IgnorePaths = "ignore_paths"
// aria2
Aria2Uri = "aria2_uri"