Skip to content

Commit

Permalink
Try switch to 20s interval
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 4, 2024
1 parent 99ee6c3 commit 2aff1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/background-service.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import useInterval from '../utils/useInterval';
import usePageVisibility from '../utils/usePageVisibility';

const STREAMING_TIMEOUT = 1000 * 3; // 3 seconds
const POLL_INTERVAL = 15_000; // 15 seconds
const POLL_INTERVAL = 20_000; // 20 seconds

export default memo(function BackgroundService({ isLoggedIn }) {
// Notifications service
Expand Down

0 comments on commit 2aff1dc

Please sign in to comment.