1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 20:51:50 +01:00

Surely no one can make an 8mb webm longer than 2 hours

This commit is contained in:
8chan 2015-05-28 21:23:40 -07:00
parent 01c44a2e93
commit 7410d6ef1f

View File

@ -58,7 +58,7 @@
$config['allowed_ext_files'][] = 'mp4';
$config['webm']['use_ffmpeg'] = true;
$config['webm']['allow_audio'] = true;
$config['webm']['max_length'] = 60 * 30;
$config['webm']['max_length'] = 60 * 120;
// Mod shit
$config['mod']['groups'][25] = 'GlobalVolunteer';