api & web: roll back the default hls change due to doubled CPU usage
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko
2025-01-08 11:22:05 +06:00
parent 7db31851d0
commit 50db4d342a
4 changed files with 4 additions and 4 deletions

View File

@@ -46,6 +46,6 @@ export const apiSchema = z.object({
tiktokH265: z.boolean().default(false),
twitterGif: z.boolean().default(true),
youtubeHLS: z.boolean().default(true),
youtubeHLS: z.boolean().default(false),
})
.strict();