Workaround for broken cache expiry handling #47

Merged
olaven merged 1 commits from workaround-broken-cache-api into main 2025-10-01 07:51:29 +00:00

1 Commits

Author SHA1 Message Date
Olav Sundfør aab292c353 Workaround for broken cache expiry handling
Deno's cache API does not respect expiry dates.
This meant that feeds were cached much longer than intended.

This PR implments a manual cache handling instead of relying on
Deno's implementation. Relevant issue: https://github.com/denoland/deno/issues/25795
2025-10-01 09:49:11 +02:00