diff --git a/sites/i.mjh.nz/i.mjh.nz.config.js b/sites/i.mjh.nz/i.mjh.nz.config.js index a58f4f16..6faf985b 100644 --- a/sites/i.mjh.nz/i.mjh.nz.config.js +++ b/sites/i.mjh.nz/i.mjh.nz.config.js @@ -12,7 +12,8 @@ module.exports = { request: { cache: { ttl: 6 * 60 * 60 * 1000 // 6h - } + }, + maxContentLength: 10 * 1024 * 1024 // 10Mb }, url: function ({ channel }) { const [source] = channel.site_id.split('#')