mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
increase healthy torrents limit
This commit is contained in:
@@ -5,7 +5,7 @@ const OTHER_QUALITIES = QualityFilter.options.find(option => option.key === 'oth
|
|||||||
const CAM_QUALITIES = QualityFilter.options.find(option => option.key === 'cam');
|
const CAM_QUALITIES = QualityFilter.options.find(option => option.key === 'cam');
|
||||||
const HEALTHY_SEEDERS = 5;
|
const HEALTHY_SEEDERS = 5;
|
||||||
const SEEDED_SEEDERS = 1;
|
const SEEDED_SEEDERS = 1;
|
||||||
const MIN_HEALTHY_COUNT = 10;
|
const MIN_HEALTHY_COUNT = 50;
|
||||||
const MAX_UNHEALTHY_COUNT = 5;
|
const MAX_UNHEALTHY_COUNT = 5;
|
||||||
|
|
||||||
const SortOptions = {
|
const SortOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user