We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8e663 commit 068352aCopy full SHA for 068352a
scripts/browser-upload-cdn.js
@@ -69,8 +69,7 @@ async function uploadFiles() {
69
});
70
71
const bucket = storage.bucket(bucketName);
72
- // TODO increase after some testing is done
73
- const cacheAge = 300;
+ const cacheAge = 31536000; // 1 year
74
75
await Promise.all(
76
bundleFiles.map(async filepath => {
0 commit comments