From 34a25853241d5bc4068280508e91d8251d0dfb47 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 8 Nov 2022 01:22:38 +0300 Subject: [PATCH] Update i.mjh.nz.config.js --- sites/i.mjh.nz/i.mjh.nz.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/i.mjh.nz/i.mjh.nz.config.js b/sites/i.mjh.nz/i.mjh.nz.config.js index 9c7936e0..fff66b18 100644 --- a/sites/i.mjh.nz/i.mjh.nz.config.js +++ b/sites/i.mjh.nz/i.mjh.nz.config.js @@ -13,7 +13,7 @@ module.exports = { cache: { ttl: 6 * 60 * 60 * 1000 // 6h }, - maxContentLength: 15 * 1024 * 1024 // 15Mb + maxContentLength: 20 * 1024 * 1024 // 20Mb }, url: function ({ channel }) { const [source] = channel.site_id.split('#')