decrease load delay

This commit is contained in:
Michael Teeuw 2016-03-30 15:13:02 +02:00
parent d7ef4adbc8
commit 139a364da6

View File

@ -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',