mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
Fixed a typo in 'Search' feature configuration (#364)
Changed from 'confured' to 'configured'
This commit is contained in:
parent
0178630b7b
commit
74169650dc
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func init(){
|
|||
f.Type = "number"
|
||||
f.Default = 300
|
||||
f.Description = `When full text search is disabled, the search engine recursively explore
|
||||
directories to find results. Exploration can't last longer than what is confured here`
|
||||
directories to find results. Exploration can't last longer than what is configured here`
|
||||
f.Placeholder = fmt.Sprintf("Default: %dms", f.Default)
|
||||
return f
|
||||
}).Int()) * time.Millisecond
|
||||
|
|
|
|||
Loading…
Reference in a new issue