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})