add cache to maintenance

This commit is contained in:
2023-12-14 17:42:47 +01:00
parent 62f4215c0c
commit 64eb1dc69d

View File

@@ -5,6 +5,7 @@ export default defineEventHandler(async () => {
},
cacheStrategy: {
ttl: 60 * 60 * 24,
swr: 60 * 5,
},
})
let enabled = true