From b0010af3ec74e57adf8910ab5d69f408cda3c475 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 6 Sep 2011 22:26:13 +0200 Subject: Use default expiration time. --- extras/appengine/app.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'extras') diff --git a/extras/appengine/app.yaml b/extras/appengine/app.yaml index 374ac5d..6c1de16 100644 --- a/extras/appengine/app.yaml +++ b/extras/appengine/app.yaml @@ -18,7 +18,6 @@ handlers: - url: /static/(script.js|styles.css) static_files: static/\1 upload: static/(script.js|styles.css) - expiration: 1h # Shorter expiration, these change often - url: /static static_dir: static -- cgit v1.2.1