Update i.mjh.nz.config.js

This commit is contained in:
Aleksandr Statciuk 2022-11-08 01:22:38 +03:00
parent 5177cb2623
commit 34a2585324

View file

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