diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index e71c569..830dcae 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -265,7 +265,8 @@ function Timeline({ (visible) => { if (visible) { const timeDiff = Date.now() - lastHiddenTime.current; - if (!lastHiddenTime.current || timeDiff > 1000 * 60) { + if (!lastHiddenTime.current || timeDiff > 1000 * 3) { + // 3 seconds loadOrCheckUpdates({ disableIdleCheck: true, });