chore: higher threshold for marathons
This commit is contained in:
parent
69a12586eb
commit
135dd0a450
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import EleventyFetch from '@11ty/eleventy-fetch'
|
||||||
export default async function () {
|
export default async function () {
|
||||||
const TV_KEY = process.env.API_KEY_TRAKT
|
const TV_KEY = process.env.API_KEY_TRAKT
|
||||||
const MOVIEDB_KEY = process.env.API_KEY_MOVIEDB
|
const MOVIEDB_KEY = process.env.API_KEY_MOVIEDB
|
||||||
const url = 'https://api.trakt.tv/users/cdransf/history/shows?page=1&limit=50'
|
const url = 'https://api.trakt.tv/users/cdransf/history/shows?page=1&limit=75'
|
||||||
const res = EleventyFetch(url, {
|
const res = EleventyFetch(url, {
|
||||||
duration: '1h',
|
duration: '1h',
|
||||||
type: 'json',
|
type: 'json',
|
||||||
|
|
Reference in a new issue