Skip to content

Commit a344112

Browse files
authored
Merge pull request #9 from dreamdata-io/new-api-endpoint
Increate cache max age
2 parents 07f7551 + 9d81181 commit a344112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run:
4141
name: Copy analytics.min.js to CDN bucket with 5min cache
4242
command: |
43-
gsutil -h "Cache-Control:public,max-age=300" \
43+
gsutil -h "Cache-Control:public,max-age=1800" \
4444
-h "Content-Type:text/javascript; charset=utf-8" \
4545
-h "Content-Encoding:gzip" \
4646
cp dist/analytics.min.js.gz gs://cdn-dreamdata-cloud-eu/scripts/analytics/v3c/dreamdata.min.js

0 commit comments

Comments
 (0)