ffmpeg: unlimited threads by default

master
nixo 2019-05-21 18:43:33 +02:00
parent c05c0b85a6
commit 93dbe08fcf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"Subsonic API compatible version"
const apiversion = "1.16.1"
const domain = "nixo.xyz"
const ffmpeg_threads = 6
const ffmpeg_threads = 0
"""
Helper function that prepares a subsonic response.
"""