Skip to content

Commit 2533e9f

Browse files
committed
F
1 parent 8f03931 commit 2533e9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Looking to **upgrade from V1 to V2**? Look [here](#upgrading-from-v1-to-v2)
3939
- [REMOVE_STALLED](#remove_stalled)
4040
- [REMOVE_UNMONITORED](#remove_unmonitored)
4141
- [REMOVE_DONE_SEEDING](#remove_done_seeding)
42-
- [SEARCH_CUTOFF_UNMET](#search_unmet_cutoff)
42+
- [SEARCH_UNMET_CUTOFF](#search_unmet_cutoff)
4343
- [SEARCH_MISSING](#search_missing)
4444
- [DETECT_DELETIONS](#detect_deletions)
4545
- [Instances](#arr-instances)
@@ -69,7 +69,7 @@ Feature overview:
6969
- Removing downloads that are stalled (remove_stalled)
7070
- Removing downloads belonging to movies/series/albums etc. that have been marked as "unmonitored" (remove_unmonitored)
7171
- Removing completed downloads from your download client that match certain criteria (remove_done_seeding)
72-
- Periodically searching for better content on movies/series/albums etc. where cutoff has not been reached yet (search_cutoff_unmet)
72+
- Periodically searching for better content on movies/series/albums etc. where cutoff has not been reached yet (search_unmet_cutoff)
7373
- Periodically searching for missing content that has not yet been found (search_missing)
7474

7575

@@ -218,7 +218,7 @@ services:
218218
REMOVE_SLOW: True
219219
REMOVE_STALLED: True
220220
REMOVE_UNMONITORED: True
221-
SEARCH_BETTER: True
221+
SEARCH_UNMET_CUTOFF: True
222222
SEARCH_MISSING: True
223223
DETECT_DELETIONS: True
224224

@@ -351,7 +351,7 @@ Below are **examples** how keys have changed.
351351
| `PERMITTED_ATTEMPTS` | `max_strikes` |
352352
| `NO_STALLED_REMOVAL_QBIT_TAG` | `protected_tag` |
353353
| `REMOVE_FAILED` | `remove_failed_downloads` |
354-
| `RUN_PERIODIC_RESCANS` | `search_better`, `search_missing` (both under `jobs`) |
354+
| `RUN_PERIODIC_RESCANS` | `search_unmet_cutoff`, `search_missing` (both under `jobs`) |
355355
| `MIN_DAYS_BEFORE_RESCAN` | `min_days_between_searches` |
356356
| `MIN_DOWNLOAD_SPEED` | `min_speed` |
357357
| `FAILED_IMPORT_MESSAGE_PATTERNS`| `message_patterns` inside `remove_failed_imports`. Note that this now uses wildcards (*). Without wildcard(s), exact match is assumed |

0 commit comments

Comments
 (0)