소스 검색

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 = () => {