You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #75 turned on cache control headers set to 24 hours. This is great for a production environment, since our data generally changes very slowly (a couple updates per year).
However, this is non-optimal for development. We should add a way to turn off the cache control headers globally for development environments.
The text was updated successfully, but these errors were encountered:
PR #75 turned on cache control headers set to 24 hours. This is great for a production environment, since our data generally changes very slowly (a couple updates per year).
However, this is non-optimal for development. We should add a way to turn off the cache control headers globally for development environments.
The text was updated successfully, but these errors were encountered: