diff --git a/web/features/account-profile/client.ts b/web/features/account-profile/client.ts index 636d3f8450..128cd5b20e 100644 --- a/web/features/account-profile/client.ts +++ b/web/features/account-profile/client.ts @@ -35,7 +35,5 @@ export const userProfileQueryOptions = () => }, } }, - staleTime: 0, - gcTime: 0, retry: (failureCount, error) => !isLegacyBase401(error) && failureCount < 3, }) diff --git a/web/features/account-profile/server.ts b/web/features/account-profile/server.ts index 8885f5f15f..ddd25246ef 100644 --- a/web/features/account-profile/server.ts +++ b/web/features/account-profile/server.ts @@ -75,7 +75,5 @@ export const serverUserProfileQueryOptions = () => }, } }, - staleTime: 0, - gcTime: 0, retry: false, })