mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Changed weather to update every 15 minutes.
This commit is contained in:
@@ -70,7 +70,7 @@ public class WeatherService {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}, 30, 30, TimeUnit.MINUTES);
|
||||
}, 15, 15, TimeUnit.MINUTES);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user