increase healthy torrents limit

This commit is contained in:
TheBeastLT
2022-03-13 19:48:55 +01:00
parent cd541d68b2
commit a5ff0edc23

View File

@@ -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 = {