mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Increase captions max size
This commit is contained in:
@@ -265,7 +265,7 @@ const CONSTRAINTS_FIELDS = {
|
||||
CAPTION_FILE: {
|
||||
EXTNAME: [ '.vtt', '.srt' ],
|
||||
FILE_SIZE: {
|
||||
max: 4 * 1024 * 1024 // 4MB
|
||||
max: 20 * 1024 * 1024 // 20MB
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user