diff --git a/src/router/websocket.ts b/src/router/websocket.ts index 50dd1e8..d08e395 100644 --- a/src/router/websocket.ts +++ b/src/router/websocket.ts @@ -15,7 +15,7 @@ import { checkIpRanges } from '@/utils/ranges'; const app = new Elysia() const videoIds: Record = {} -const MB_LIMIT = 350 +const MB_LIMIT = 250 const saveKey = (videoId: string) => `save:${videoId}` const checkMbLimit = async (hash: string, mb?: number): Promise => {