summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/weather/gcal-weather-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weather/gcal-weather-service.c b/src/weather/gcal-weather-service.c
index 8d05ee16..a3e8021d 100644
--- a/src/weather/gcal-weather-service.c
+++ b/src/weather/gcal-weather-service.c
@@ -32,7 +32,7 @@
#define GCAL_WEATHER_CHECK_INTERVAL_RENEW_DEFAULT (3 * 60 * 60) /* seconds */
#define GCAL_WEATHER_CHECK_INTERVAL_NEW_DEFAULT (5 * 60) /* seconds */
#define GCAL_WEATHER_VALID_TIMESPAN_DEFAULT (24 * 60 * 60) /* seconds */
-#define GCAL_WEATHER_FORECAST_MAX_DAYS_DEFAULT 3
+#define GCAL_WEATHER_FORECAST_MAX_DAYS_DEFAULT 5
#define DAY_SECONDS (24 * 60 * 60)