downgrade max size

This commit is contained in:
localhost 2026-03-08 22:47:44 +01:00
parent 1a0f5db509
commit dc38b481cb
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import { checkIpRanges } from '@/utils/ranges';
const app = new Elysia()
const videoIds: Record<string, string> = {}
const MB_LIMIT = 350
const MB_LIMIT = 250
const saveKey = (videoId: string) => `save:${videoId}`
const checkMbLimit = async (hash: string, mb?: number): Promise<boolean> => {