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 HEALTHY_SEEDERS = 5;
|
||||
const SEEDED_SEEDERS = 1;
|
||||
const MIN_HEALTHY_COUNT = 10;
|
||||
const MIN_HEALTHY_COUNT = 50;
|
||||
const MAX_UNHEALTHY_COUNT = 5;
|
||||
|
||||
const SortOptions = {
|
||||
|
||||
Reference in New Issue
Block a user