Skip to content

Commit

Permalink
increase same torrent size delta in case for entries with large samples
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Dec 22, 2024
1 parent 703c655 commit 0401828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/lib/streamInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { enrichStreamSources, getSources } from './magnetHelper.js';
import { getSubtitles } from './subtitles.js';

const ADDON_NAME = 'Torrentio';
const SIZE_DELTA = 0.02;
const SIZE_DELTA = 0.05;
const UNKNOWN_SIZE = 300000000;
const CAM_SOURCES = ['CAM', 'TeleSync', 'TeleCine', 'SCR'];

Expand Down

0 comments on commit 0401828

Please sign in to comment.