Increase captions max size

This commit is contained in:
Chocobozzz
2022-01-14 08:47:27 +01:00
parent 3726c37255
commit ce7c099f0e
+1 -1
View File
@@ -265,7 +265,7 @@ const CONSTRAINTS_FIELDS = {
CAPTION_FILE: {
EXTNAME: [ '.vtt', '.srt' ],
FILE_SIZE: {
max: 4 * 1024 * 1024 // 4MB
max: 20 * 1024 * 1024 // 20MB
}
}
},