Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: appengine/swarming/app.yaml

Issue 2525703002: Enable caching for some Swarming UI content (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/swarming/handlers_frontend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/app.yaml
diff --git a/appengine/swarming/app.yaml b/appengine/swarming/app.yaml
index d74ef1997401789c0009d877e3fc8e1192b4469e..b897aca139ea2c17d645501f2c49d76f957ccead 100644
--- a/appengine/swarming/app.yaml
+++ b/appengine/swarming/app.yaml
@@ -11,6 +11,8 @@ automatic_scaling:
min_pending_latency: 50ms
max_pending_latency: 250ms
+default_expiration: "2d"
M-A Ruel 2016/11/22 17:27:52 That's too long, when we push an updated CSS, this
+
handlers:
- url: /_ah/spi/.*
script: main.endpoints_app
« no previous file with comments | « no previous file | appengine/swarming/handlers_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698