Skip to content

fix(video_dl): correct boost tier 1 upload size mapping#154

Merged
psykzz merged 1 commit into
mainfrom
msmith-riot/fix-video-dl-boost-tier-upload-size
May 27, 2026
Merged

fix(video_dl): correct boost tier 1 upload size mapping#154
psykzz merged 1 commit into
mainfrom
msmith-riot/fix-video-dl-boost-tier-upload-size

Conversation

@psykzz

@psykzz psykzz commented May 27, 2026

Copy link
Copy Markdown
Owner

The video upload limit mapping for �ideo_dl had an invalid tier progression: boost tier 1 was set to 10MB while tier 0 was 25MB. This made boosted servers more restrictive than non-boosted servers.

This change updates FILE_SIZE_LIMITS so tier 1 matches Discord's expected limit behavior.

  • Tier 0: 25MB
  • Tier 1: 25MB
  • Tier 2: 50MB
  • Tier 3: 100MB

Fixes: #148

Tier 1 was incorrectly set to 10MB, making it more restrictive than
tier 0 (25MB). Discord's tier 1 boost does not increase the upload
limit above the base 25MB, so tier 1 should match tier 0.

Fixes #148

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@psykzz psykzz merged commit 4a9cd63 into main May 27, 2026
3 checks passed
@psykzz psykzz deleted the msmith-riot/fix-video-dl-boost-tier-upload-size branch May 27, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correct boost-tier upload size mapping in video_dl

1 participant