From acd4b492680d3685fd2b1f73a0c23e7333e4141e Mon Sep 17 00:00:00 2001 From: Gary Faircloth Date: Wed, 1 Sep 2021 19:34:13 -0700 Subject: [PATCH] production poll interval --- client-react-carbon/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;