Update i.mjh.nz.config.js

This commit is contained in:
Aleksandr Statciuk 2022-11-07 07:00:09 +03:00
parent 9fd405a84d
commit e2a617a955

View file

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