bump addon sdk

This commit is contained in:
TheBeastLT
2022-10-22 16:45:11 +02:00
parent 8ef48b59ee
commit adbd2f41f4
3 changed files with 10 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ builder.defineCatalogHandler((args) => {
return getMochCatalog(mochKey, args.extra)
.then(metas => ({
metas: metas,
cacheMaxAge: 1
cacheMaxAge: 0
}))
.catch(error => {
return Promise.reject(`Failed retrieving catalog ${args.id}: ${JSON.stringify(error)}`);