noot
Some checks failed
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 19s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Failing after 1m4s

This commit is contained in:
a 2025-03-02 19:03:36 -06:00
parent 07ea1704c2
commit 7a2511db3b
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -23,6 +23,8 @@ export class WApi {
const store = this.bento.namespace('wapi-cache')
setupCache(c, {
interpretHeader: true,
ttl: 5 * 1000,
storage: buildStorage({
async find(key, currentRequest) {
const value = await store.get({key})