chore(code.angularjs.org): increase the cache duration

This is already set, but wasn't checked in
This commit is contained in:
Martin Staffa
2018-02-08 17:59:36 +01:00
parent 02f4ca4887
commit e4e2024d1c
@@ -6,8 +6,8 @@ const path = require('path');
const gcsBucketId = `${process.env.GCLOUD_PROJECT}.appspot.com`;
const BROWSER_CACHE_DURATION = 300;
const CDN_CACHE_DURATION = 600;
const BROWSER_CACHE_DURATION = 60 * 10;
const CDN_CACHE_DURATION = 60 * 60 * 12;
function sendStoredFile(request, response) {
let filePathSegments = request.path.split('/').filter((segment) => {