From 30efb846ceca843a120ebbeb11fca15535048da9 Mon Sep 17 00:00:00 2001 From: Brian Di Palma Date: Fri, 17 Jul 2020 18:02:50 +0100 Subject: [PATCH] Updated Indexer Integration (markdown) --- Indexer-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indexer-Integration.md b/Indexer-Integration.md index e9e954c..7fea32c 100644 --- a/Indexer-Integration.md +++ b/Indexer-Integration.md @@ -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.