this repo has no description
0
fork

Configure Feed

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

Also 3s

+2 -1
+2 -1
src/components/timeline.jsx
··· 265 265 (visible) => { 266 266 if (visible) { 267 267 const timeDiff = Date.now() - lastHiddenTime.current; 268 - if (!lastHiddenTime.current || timeDiff > 1000 * 60) { 268 + if (!lastHiddenTime.current || timeDiff > 1000 * 3) { 269 + // 3 seconds 269 270 loadOrCheckUpdates({ 270 271 disableIdleCheck: true, 271 272 });