this repo has no description
0
fork

Configure Feed

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

Reduce buffer time between page visibilities

+2 -1
+2 -1
src/pages/notifications.jsx
··· 216 216 let unsub; 217 217 if (visible) { 218 218 const timeDiff = Date.now() - lastHiddenTime.current; 219 - if (!lastHiddenTime.current || timeDiff > 1000 * 60) { 219 + if (!lastHiddenTime.current || timeDiff > 1000 * 3) { 220 + // 3 seconds 220 221 loadUpdates({ 221 222 disableIdleCheck: true, 222 223 });