mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update foxsports.com.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:
parent
c025153e32
commit
509fe3fe9e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const dayjs = require('dayjs')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'foxsports.com.au',
|
site: 'foxsports.com.au',
|
||||||
days: 2,
|
days: 3,
|
||||||
request: {
|
request: {
|
||||||
cache: {
|
cache: {
|
||||||
ttl: 60 * 60 * 1000 // 1 hour
|
ttl: 60 * 60 * 1000 // 1 hour
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue