# HG changeset patch # User Matti Hamalainen # Date 1454333674 -7200 # Node ID 26b7963e7fbda97aedd7bcb82a328f21052c6a1a # Parent bc7746ca622eddca9b92241dce33ab825b94fe3b fetch_weather: Oops, forgot to define the configuration setting "purge_threshold" :S diff -r bc7746ca622e -r 26b7963e7fbd fetch_weather.pl --- a/fetch_weather.pl Sat Jan 30 00:55:43 2016 +0200 +++ b/fetch_weather.pl Mon Feb 01 15:34:34 2016 +0200 @@ -33,6 +33,7 @@ "debug" => 0, "opt_fmi" => 0, "opt_tiehallinto" => 0, + "purge_threshold" => 60, "fmi_api_key" => "", "outfile" => "", "tiehallinto_static_meta" => "tiehallinto.meta",