From 8b1184c4393ecf48a5605ffb5d8f977f805733b4 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Fri, 9 Aug 2019 17:37:21 +0200 Subject: [PATCH] Describe caching of redirects --- frontend/src/Main.elm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index 18a0d76..b829872 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -130,7 +130,9 @@ body state = , h2 myStyle [ text "Caching" ] , p myStyle - [ text "Files are cached in the CDN for about one year" ] + [ text "Files are cached in the CDN for about one year." ] + , p myStyle + [ text "Redirects for tags and branches are cached for 5 minutes." ] , h2 myStyle [ text "Invalidating the Cache" ] , p myStyle