Update i.mjh.nz.config.js

This commit is contained in:
Aleksandr Statciuk 2022-10-28 19:00:25 +03:00
parent 8b8c1ab754
commit 2f9fdd6cc1

View file

@ -12,7 +12,8 @@ module.exports = {
request: { request: {
cache: { cache: {
ttl: 6 * 60 * 60 * 1000 // 6h ttl: 6 * 60 * 60 * 1000 // 6h
} },
maxContentLength: 10 * 1024 * 1024 // 10Mb
}, },
url: function ({ channel }) { url: function ({ channel }) {
const [source] = channel.site_id.split('#') const [source] = channel.site_id.split('#')