Defaults: Do not generate NOAA reports all the time
This commit is contained in:
parent
cd011b4a5f
commit
ec49464422
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue