|
@@ -18,7 +18,7 @@ class App extends Component {
|
|
// is called once when loading the page
|
|
// is called once when loading the page
|
|
componentDidMount() {
|
|
componentDidMount() {
|
|
this.reloadLocations();
|
|
this.reloadLocations();
|
|
- setInterval(this.updateLocation, 10000);
|
|
|
|
|
|
+ setInterval(this.updateLocation, 4000);
|
|
}
|
|
}
|
|
|
|
|
|
reloadLocations = () => {
|
|
reloadLocations = () => {
|