feat(mobile): temp remove entries staleTime

This commit is contained in:
DIYgod 2025-04-18 18:41:31 +08:00
parent a7ba0b6988
commit 3dc77320dc
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ export const usePrefetchEntries = (props: Omit<FetchEntriesProps, "pageParam" |
refetchOnWindowFocus: false,
refetchOnReconnect: false,
enabled: !!props,
staleTime: unreadOnly ? undefined : 1000 * 60 * 5,
})
}
export const usePrefetchEntryDetail = (entryId: string) => {