From 4dff5208fc6dec50af1faa1b2d4d72f34988271d Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 20 Feb 2021 17:44:16 -0500 Subject: [PATCH] check in local changes made by zul? --- inc/instance-config.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 37db6821..816d1638 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -143,9 +143,9 @@ $config['allowed_ext'][] = 'mp4'; $config['allowed_ext'][] = 'webm'; $config['allowed_ext_files'][] = 'webm'; $config['webm']['use_ffmpeg'] = true; -$config['max_filesize'] = 50 * 1024 * 1024; // 50MB +$config['max_filesize'] = 80 * 1024 * 1024; // 50MB $config['webm']['allow_audio'] = true; -$config['webm']['max_length'] = 1000; +$config['webm']['max_length'] = 7200; $config['pdf_file_thumbnail'] = true; $config['djvu_file_thumbnail'] = true; @@ -283,9 +283,6 @@ $config['stylesheets']['Dark Red'] = 'dark_red.css'; $config['always_noko'] = true; $config['spoiler_images'] = true; -//Changes made by Coma -$config['markup_code'] = ("/\[code\](.*?)\[\/code\]/is"); - //more themes (issue#26) $config['stylesheets']['Burichan'] = 'burichan.css'; $config['stylesheets']['Futaba'] = 'futaba.css'; @@ -370,3 +367,7 @@ $config['additional_javascript'][] = 'js/youtube.js'; $config['markup'][] = array("/^\s*<.*$/m", '$0'); $config['markup'][] = array("/__(.+?)__/", "\$1"); $config['markup'][] = array("/~~(.+?)~~/", "\$1"); + +// Changes made via web editor by "zul_admin" @ Fri, 19 Feb 2021 15:06:33 -0800: +$config['reply_limit'] = 800; +