diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 22:26:13 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2011-09-06 22:26:13 +0200 |
| commit | b0010af3ec74e57adf8910ab5d69f408cda3c475 (patch) | |
| tree | 1d36e7a94a5dc51eab46ddd33485bd1fcc640912 /extras | |
| parent | 318dcb107525867463c68847c2c85be9685755b2 (diff) | |
| download | sqlparse-b0010af3ec74e57adf8910ab5d69f408cda3c475.tar.gz | |
Use default expiration time.
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/appengine/app.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
