Browse Source

changed interval to 4 sec

Bernadette Elena Hammerle 4 năm trước cách đây
mục cha
commit
a6956e7931
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = () => {