Преглед на файлове

changed interval to 4 sec

Bernadette Elena Hammerle преди 4 години
родител
ревизия
a6956e7931
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 = () => {