alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
728 stars 130 forks source link

Bypass cache for logged in status #270

Closed ForbesLindesay closed 8 years ago

ForbesLindesay commented 8 years ago

This adds a flag to bypass the cache for logged in users when they directly view the status page. Hopefully logged in users should be relatively low traffic and by restricting it to when they explicitly load the status page, we only refresh when we're pretty sure they're interested, vs. just viewing the repo.

[fixes #91]

alanshaw commented 8 years ago

This is great, thanks @ForbesLindesay