mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update abc.net.au.config.js
Increase from 2 to 3 days. First day is mostly wasted as they are so far ahead of UTC. There's only a few channels so shouldn't have a big impact on processing time.
This commit is contained in:
@@ -9,7 +9,7 @@ dayjs.extend(customParseFormat)
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'abc.net.au',
|
site: 'abc.net.au',
|
||||||
days: 2,
|
days: 3,
|
||||||
request: {
|
request: {
|
||||||
cache: {
|
cache: {
|
||||||
ttl: 60 * 60 * 1000 // 1 hour
|
ttl: 60 * 60 * 1000 // 1 hour
|
||||||
|
|||||||
Reference in New Issue
Block a user