mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
change catalog cache age to 1ms
This commit is contained in:
parent
c986088f47
commit
8ef48b59ee
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ builder.defineCatalogHandler((args) => {
|
|||
return getMochCatalog(mochKey, args.extra)
|
||||
.then(metas => ({
|
||||
metas: metas,
|
||||
cacheMaxAge: 0
|
||||
cacheMaxAge: 1
|
||||
}))
|
||||
.catch(error => {
|
||||
return Promise.reject(`Failed retrieving catalog ${args.id}: ${JSON.stringify(error)}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue