From 7410d6ef1f3ea825d05833fede0f8531fae555cb Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 28 May 2015 21:23:40 -0700 Subject: [PATCH] Surely no one can make an 8mb webm longer than 2 hours --- inc/instance-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 14ba4833..2aa2ecf8 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -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';