chore(server): enable hw decoding by default (#28324)

This commit is contained in:
Mert
2026-05-11 08:02:26 -04:00
committed by GitHub
parent 271f1cb868
commit eea820fa2f
4 changed files with 31 additions and 64 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ export const defaults = Object.freeze<SystemConfig>({
transcode: TranscodePolicy.Required,
tonemap: ToneMapping.Hable,
accel: TranscodeHardwareAcceleration.Disabled,
accelDecode: false,
accelDecode: true,
},
job: {
[QueueName.BackgroundTask]: { concurrency: 5 },