balance: early torrents take 20-60s to download

Resized the first Tier-A catalog entries so the first couple available downloads land in the 20-60s window at a fresh start (56k Dial-up tier, peer-limited ~24-27 kB/s):
- t01 tiny_release_notes.txt   4 kB  -> 600 kB  (~25s)
- t02 Ubuntoo-24.04-desktop    52 kB -> 1.2 MB  (~44s)
- t03 Lofi_Beats.flac          240kB -> 2.0 MB  (~74s)
- t04 Big_Buck_Rabbit.mp4      1.3MB -> 3.6 MB  (~2.5m)
t05 (the line-speed anchor) and all later tiers unchanged; income (up) values unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
monster 2026-06-17 14:19:14 +10:00
parent feeadcbd76
commit ecb0fd61e2

View File

@ -401,10 +401,10 @@ function fmtTime(s){
// req = unlock id required to see it. rare = stalls at 99.9% (needs IRC).
const CATALOG = [
// Public Tier A — always available
{id:'t01',name:'tiny_release_notes.txt', size:4e3, up:9, seeds:5, req:null},
{id:'t02',name:'Ubuntoo-24.04-desktop.iso', size:5.2e4, up:55, seeds:6, req:null},
{id:'t03',name:'Lofi_Beats_To_Compile_To.flac', size:2.4e5, up:230, seeds:6, req:null},
{id:'t04',name:'Big_Buck_Rabbit_1080p.mp4', size:1.3e6, up:900, seeds:5, req:null},
{id:'t01',name:'tiny_release_notes.txt', size:6.0e5, up:9, seeds:5, req:null},
{id:'t02',name:'Ubuntoo-24.04-desktop.iso', size:1.2e6, up:55, seeds:6, req:null},
{id:'t03',name:'Lofi_Beats_To_Compile_To.flac', size:2.0e6, up:230, seeds:6, req:null},
{id:'t04',name:'Big_Buck_Rabbit_1080p.mp4', size:3.6e6, up:900, seeds:5, req:null},
{id:'t05',name:'Arch_Minimal_NetInstall.iso', size:6.5e6, up:3.2e3, seeds:5, req:null},
// Public Tier B — Cat6
{id:'t06',name:'PublicDomain_FilmNoir_Pack.mkv', size:4.4e7, up:1.6e4, seeds:5, req:'cat6'},