From 927dadfa775361223db47d3c6830c35a905da41c Mon Sep 17 00:00:00 2001 From: Alexander Dietrich Date: Fri, 5 Jul 2019 20:22:47 +0200 Subject: [PATCH] Lower hopglass maxAge to 2d --- roles/hopglass-frontend/templates/hopglass-config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hopglass-frontend/templates/hopglass-config.j2 b/roles/hopglass-frontend/templates/hopglass-config.j2 index 2dcf598..99c43b8 100644 --- a/roles/hopglass-frontend/templates/hopglass-config.j2 +++ b/roles/hopglass-frontend/templates/hopglass-config.j2 @@ -3,7 +3,7 @@ "siteName": "Freifunk Hamburg", "mapSigmaScale": 1.1, "showContact": false, - "maxAge": 30, + "maxAge": 2, "mapLayers": [ { "name": "OpenStreetMap",