We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cab4f commit 9435e93Copy full SHA for 9435e93
packages/compass-web/src/entrypoint.tsx
@@ -234,7 +234,7 @@ const WithConnectionsStore: React.FunctionComponent<{
234
useEffect(() => {
235
const intervalId = setInterval(() => {
236
void actions.refreshConnections();
237
- }, /* Matches default polling intervals in mms codebase */ 5_000);
+ }, /* Matches default polling intervals in mms codebase */ 60_000);
238
return () => {
239
clearInterval(intervalId);
240
};
0 commit comments