1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated Indexer Integration (markdown)

Brian Di Palma 2020-07-17 18:02:50 +01:00
parent 28fff48e0a
commit 30efb846ce

@ -1,6 +1,6 @@
## Overview
All operations (search and sync) will be use all configured indexers when they run, with the exception of Womble's which supports sync only.
All operations (search and sync) will use all configured indexers when they run, with the exception of Womble's which supports sync only.
When searching, Sonarr will request the first 100 results, if more than 90 successful results are returned it will request the next 100 results from the indexer, to a maximum of 1000 results. If the indexer doesn't support paging, we make every effort to avoid requesting additional results.