From 2aad17f7e874e0233efebffe06d45d815771cf8c Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 17 Dec 2021 21:34:23 -0800 Subject: [PATCH] Shorten website caching. --- ueforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index c0b6a33..70a6228 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -318,7 +318,7 @@ $(ESP32)/ESP32forth.zip: $(ESP32)/ESP32forth/ESP32forth.ino ARCHIVE=gs://eforth/releases GSUTIL=CLOUDSDK_CORE_PROJECT=eforth gsutil GSUTIL_CP=$(GSUTIL) \ - -h "Cache-Control:public, max-age=3600" \ + -h "Cache-Control:public, max-age=60" \ cp -a public-read publish-esp32: $(ESP32)/ESP32forth.zip