diff --git a/panel-plugin/weather-data.c b/panel-plugin/weather-data.c index fbf00a0..464668d 100644 --- a/panel-plugin/weather-data.c +++ b/panel-plugin/weather-data.c @@ -1095,7 +1095,7 @@ make_forecast_data(xml_weather *wd, return NULL; point_t = get_daytime(day, dt); - found = find_point_data(wd, point_t, 1, 5 * 3600); + found = find_point_data(wd, point_t, 0, 7 * 3600); interval = find_largest_interval(wd, found); point_data_results_free(found); weather_dump(weather_dump_timeslice, interval);