From 87f10e2508b23415dc91da409c31ada6b6848be2 Mon Sep 17 00:00:00 2001 From: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:44:25 +0100 Subject: [PATCH] remove old docs (#353) removes settings which were removed with the v1.12.0 release --- Writerside/topics/Indexer-Settings.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Writerside/topics/Indexer-Settings.md b/Writerside/topics/Indexer-Settings.md index 69f9553..ef1eae0 100644 --- a/Writerside/topics/Indexer-Settings.md +++ b/Writerside/topics/Indexer-Settings.md @@ -17,12 +17,6 @@ Base URL of your Prowlarr instance. API key for Prowlarr. You can find this in Prowlarr's settings under General. -- `reject_torrents_on_url_error` - -Set to `true` to reject torrents if there is a URL error when fetching from Prowlarr. Until MediaManager v1.9.0 the -default behavior was `false`, but from v1.9.0 onwards the default is `true`. It's recommended to set this to `true` to -avoid adding possibly invalid torrents. - - `timeout_seconds` Timeout in seconds for requests to Prowlarr. Default is `60` seconds. @@ -36,13 +30,6 @@ DEBUG - media_manager.indexer.utils - Read timed out. (read timeout=10) ``` -- `follow_redirects` - -This is necessary for some indexers that use redirect links for torrent downloads. Especially useful if your download -client cannot access Prowlarr directly. This increases the time it takes to fetch torrent details, so only enable it if -you really need it. -Default is `false`. - ## Jackett (`[indexers.jackett]`) - `enabled`