diff --git a/sites/i.mjh.nz/i.mjh.nz.config.js b/sites/i.mjh.nz/i.mjh.nz.config.js index ce3540f4..ce6fcaef 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: 10 * 1024 * 1024 // 10Mb + maxContentLength: 15 * 1024 * 1024 // 15Mb }, url: function ({ channel }) { const [source] = channel.site_id.split('#')