this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try switch to 20s interval

+1 -1
+1 -1
src/components/background-service.jsx
··· 9 9 import usePageVisibility from '../utils/usePageVisibility'; 10 10 11 11 const STREAMING_TIMEOUT = 1000 * 3; // 3 seconds 12 - const POLL_INTERVAL = 15_000; // 15 seconds 12 + const POLL_INTERVAL = 20_000; // 20 seconds 13 13 14 14 export default memo(function BackgroundService({ isLoggedIn }) { 15 15 // Notifications service