1
0
Fork 0

Increase captions max size

This commit is contained in:
Chocobozzz 2022-01-14 08:47:27 +01:00
parent 3726c37255
commit ce7c099f0e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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
}
}
},