From 6fdf65e78a93201c968692fd4a7c3012db5f6e14 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:37:58 +0300 Subject: [PATCH] Update i.mjh.nz.config.js --- sites/i.mjh.nz/i.mjh.nz.config.js | 3 ++- 1 file changed, 2 insertions(+), 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 35180317..3b08e905 100644 --- a/sites/i.mjh.nz/i.mjh.nz.config.js +++ b/sites/i.mjh.nz/i.mjh.nz.config.js @@ -13,10 +13,11 @@ module.exports = { site: 'i.mjh.nz', days: 2, request: { + timeout: 30000, // 30s cache: { ttl: 3 * 60 * 60 * 1000 // 3h }, - maxContentLength: 30 * 1024 * 1024 // 30Mb + maxContentLength: 100 * 1024 * 1024 // 100Mb }, url: function ({ channel }) { const [path] = channel.site_id.split('#')