From 7a2511db3b04fdd94272a2ceccf1c3ccf5b7806f Mon Sep 17 00:00:00 2001 From: a Date: Sun, 2 Mar 2025 19:03:36 -0600 Subject: [PATCH] noot --- ts/src/lib/wynn/wapi.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/src/lib/wynn/wapi.ts b/ts/src/lib/wynn/wapi.ts index 987a283..2bfd836 100644 --- a/ts/src/lib/wynn/wapi.ts +++ b/ts/src/lib/wynn/wapi.ts @@ -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})