feat: reduce timeline rerender caused by checkNew

This commit is contained in:
DIYgod 2025-01-01 19:52:36 +08:00
parent 43b0ac704a
commit 71f3be0a29
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ export const useEntriesByView = ({
{
refetchInterval: 1000 * 60,
enabled: !!fetchedTime && !pauseQuery,
notifyOnChangeProps: ["data"],
},
)
const hasUpdate = useMemo(