mirror of
https://github.com/Jackett/Jackett
synced 2025-01-31 20:02:08 +00:00
Fixed typo, loose vs lose. (#4728)
This commit is contained in:
parent
13e1548d54
commit
aef7b34ec3
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ It will query all configured indexers and return the combined results.
|
|||
|
||||
If your client supports multiple feeds it's recommended to add each indexer directly instead of using the all indexer.
|
||||
Using the all indexer has no advantages (besides reduced management overhead), only disadvantages:
|
||||
* you loose control over indexer specific settings (categories, search modes, etc.)
|
||||
* you lose control over indexer specific settings (categories, search modes, etc.)
|
||||
* mixing search modes (IMDB, query, etc.) might cause low quality results
|
||||
* indexer specific categories (>= 100000) can't be used.
|
||||
* slow indexers will slow down the overall result
|
||||
|
|
Loading…
Reference in a new issue