From 139a364da6fba41d70da472e23478d1d12a27521 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Wed, 30 Mar 2016 15:13:02 +0200 Subject: [PATCH] decrease load delay --- modules/weatherforecast/weatherforecast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/weatherforecast/weatherforecast.js b/modules/weatherforecast/weatherforecast.js index 47ac33db..f9f02867 100644 --- a/modules/weatherforecast/weatherforecast.js +++ b/modules/weatherforecast/weatherforecast.js @@ -21,7 +21,7 @@ Module.create({ fade: true, fadePoint: 0.25, // Start on 1/4th of the list. - initialLoadDelay: 5000, // 5 seconds delay. This delay is used to keep the OpenWeather API happy. + initialLoadDelay: 2500, // 2.5 seconds delay. This delay is used to keep the OpenWeather API happy. retryDelay: 2500, apiVersion: '2.5',