Explorar o código

changed interval to 4 sec

Bernadette Elena Hammerle %!s(int64=4) %!d(string=hai) anos
pai
achega
a6956e7931
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/App.js

+ 1 - 1
src/App.js

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