From f00d342c415016a1b40d53990889d6255c82713c Mon Sep 17 00:00:00 2001 From: 8chan Date: Mon, 16 Feb 2015 16:35:01 -0800 Subject: [PATCH] Extend max webm length --- inc/instance-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index ac8d3689..80fa54dc 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -51,7 +51,7 @@ require "secrets.php"; // Image shit - $config['thumb_method'] = 'gm'; + $config['thumb_method'] = 'convert'; $config['thumb_ext'] = 'jpg'; $config['thumb_keep_animation_frames'] = 1; $config['show_ratio'] = true; @@ -64,7 +64,7 @@ $config['allowed_ext_files'][] = 'mp4'; $config['webm']['use_ffmpeg'] = true; $config['webm']['allow_audio'] = true; - $config['webm']['max_length'] = 60 * 15; + $config['webm']['max_length'] = 60 * 30; // Mod shit $config['mod']['groups'][25] = 'GlobalVolunteer';