Skip to content

extensibility: cache extension bundles for one year

Warren Gifford requested to merge tjk/extension-cache-max-age into main

Created by: tjkandala

According to a code comment, we intend to cache extension bundles indefinitely. However, we only specified a week-long max-age (604800).

Change that value to 31536000, or one year, which is the maximum valid value.

Merge request reports

Loading