mirror of https://github.com/Chocobozzz/PeerTube
Increase captions max size
parent
3726c37255
commit
ce7c099f0e
|
@ -265,7 +265,7 @@ const CONSTRAINTS_FIELDS = {
|
|||
CAPTION_FILE: {
|
||||
EXTNAME: [ '.vtt', '.srt' ],
|
||||
FILE_SIZE: {
|
||||
max: 4 * 1024 * 1024 // 4MB
|
||||
max: 20 * 1024 * 1024 // 20MB
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue