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
olaven commented 2025-10-01 07:50:48 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No description provided.