diff options
Diffstat (limited to 'src/state/queries/my-blocked-accounts.ts')
-rw-r--r-- | src/state/queries/my-blocked-accounts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/my-blocked-accounts.ts b/src/state/queries/my-blocked-accounts.ts index c15ee5745..5a83bee2c 100644 --- a/src/state/queries/my-blocked-accounts.ts +++ b/src/state/queries/my-blocked-accounts.ts @@ -16,7 +16,7 @@ export function useMyBlockedAccountsQuery() { QueryKey, RQPageParam >({ - staleTime: STALE.INFINITY, + staleTime: STALE.MINUTES.ONE, queryKey: RQKEY(), async queryFn({pageParam}: {pageParam: RQPageParam}) { const res = await agent.app.bsky.graph.getBlocks({ |