diff --git a/client-react-carbon/src/App.js b/client-react-carbon/src/App.js index e456de0..c1b6087 100644 --- a/client-react-carbon/src/App.js +++ b/client-react-carbon/src/App.js @@ -46,7 +46,7 @@ function App() { useInterval(async () => { makeRequest(); - }, 2000); + }, 40000); if (isLoading) { return ;