Changed weather to update every 15 minutes.

This commit is contained in:
Treeku
2014-09-03 11:41:36 +01:00
parent ed15803004
commit 99448e05a9
+1 -1
View File
@@ -70,7 +70,7 @@ public class WeatherService {
} catch (Exception e) {
e.printStackTrace();
}
}, 30, 30, TimeUnit.MINUTES);
}, 15, 15, TimeUnit.MINUTES);
}