diff options
Diffstat (limited to 'src/state/queries/profile-follows.ts')
-rw-r--r-- | src/state/queries/profile-follows.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/profile-follows.ts b/src/state/queries/profile-follows.ts index b9d95c298..71c51993d 100644 --- a/src/state/queries/profile-follows.ts +++ b/src/state/queries/profile-follows.ts @@ -19,7 +19,7 @@ export function useProfileFollowsQuery(did: string | undefined) { QueryKey, RQPageParam >({ - staleTime: STALE.INFINITY, + staleTime: STALE.MINUTES.ONE, queryKey: RQKEY(did || ''), async queryFn({pageParam}: {pageParam: RQPageParam}) { const res = await agent.app.bsky.graph.getFollows({ |