Skip to content

Commit

Permalink
production poll interval
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadianriver committed Sep 2, 2021
1 parent 3bd4545 commit acd4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-react-carbon/src/App.js
Expand Up @@ -46,7 +46,7 @@ function App() {

useInterval(async () => {
makeRequest();
}, 2000);
}, 40000);

if (isLoading) {
return <Loading />;
Expand Down

0 comments on commit acd4b49

Please sign in to comment.