mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
Fix max buffer size for youtube-dl
This commit is contained in:
parent
5301e7762b
commit
8296984de4
@ -16,7 +16,7 @@ export type YoutubeDLSubs = {
|
||||
}[]
|
||||
|
||||
const processOptions = {
|
||||
maxBuffer: 1024 * 1024 * 10 // 10MB
|
||||
maxBuffer: 1024 * 1024 * 30 // 30MB
|
||||
}
|
||||
|
||||
class YoutubeDLWrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user