unjs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.unjs.io
MIT License
5.89k stars 496 forks source link

fix(cache): respect staleMaxAge option #2606

Open cjpearson opened 2 months ago

cjpearson commented 2 months ago

๐Ÿ”— Linked issue

2164

โ“ Type of change

๐Ÿ“š Description

This change ensures that stale responses are only used if they have not exceeded the period defined in staleMaxAge.

๐Ÿ“ Checklist

manniL commented 2 months ago

Used it in my project locally and it worked fine ๐Ÿ‘๐Ÿป