From ec4946442228b334840ed8ba6afeb4500d82e87d Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 28 Jul 2022 22:14:35 +0200 Subject: [PATCH] Defaults: Do not generate NOAA reports all the time --- defaults/skin-wdc/skin.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/skin-wdc/skin.conf b/defaults/skin-wdc/skin.conf index a9ce27e..b958483 100644 --- a/defaults/skin-wdc/skin.conf +++ b/defaults/skin-wdc/skin.conf @@ -76,7 +76,7 @@ SKIN_VERSION = 1.3.3 [[[NOAA_month]]] encoding = normalized_ascii template = NOAA/NOAA-%Y-%m.txt.tmpl - #stale_age = 3600 # Every hour + stale_age = 3600 # Every hour [[[summary_month]]] template = month-%Y-%m.html.tmpl #stale_age = 3600 # Every hour @@ -86,7 +86,7 @@ SKIN_VERSION = 1.3.3 [[[NOAA_year]]] encoding = normalized_ascii template = NOAA/NOAA-%Y.txt.tmpl - #stale_age = 3600 # Every hour + stale_age = 3600 # Every hour [[[summary_year]]] template = year-%Y.html.tmpl #stale_age = 3600 # Every hour