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