api & web: roll back the default hls change due to doubled CPU usage

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();