diff --git a/src/App.tsx b/src/App.tsx index 66767c7..9f1761d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -27,7 +27,7 @@ class App extends React.Component<{}, IAppState> { componentDidMount() { this.refresh(); - this.timerId = setInterval(this.refresh.bind(this), 5000); + this.timerId = setInterval(this.refresh.bind(this), 60000); } componentWillUnmount() {