mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update i.mjh.nz.config.js
This commit is contained in:
parent
20a6813bec
commit
6fdf65e78a
1 changed files with 2 additions and 1 deletions
|
@ -13,10 +13,11 @@ module.exports = {
|
||||||
site: 'i.mjh.nz',
|
site: 'i.mjh.nz',
|
||||||
days: 2,
|
days: 2,
|
||||||
request: {
|
request: {
|
||||||
|
timeout: 30000, // 30s
|
||||||
cache: {
|
cache: {
|
||||||
ttl: 3 * 60 * 60 * 1000 // 3h
|
ttl: 3 * 60 * 60 * 1000 // 3h
|
||||||
},
|
},
|
||||||
maxContentLength: 30 * 1024 * 1024 // 30Mb
|
maxContentLength: 100 * 1024 * 1024 // 100Mb
|
||||||
},
|
},
|
||||||
url: function ({ channel }) {
|
url: function ({ channel }) {
|
||||||
const [path] = channel.site_id.split('#')
|
const [path] = channel.site_id.split('#')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue