diff --git a/web/core/constants/swr-config.ts b/web/core/constants/swr-config.ts index 66e799126..59a945051 100644 --- a/web/core/constants/swr-config.ts +++ b/web/core/constants/swr-config.ts @@ -3,6 +3,5 @@ export const SWR_CONFIG = { revalidateIfStale: true, revalidateOnFocus: true, revalidateOnMount: true, - refreshInterval: 600000, errorRetryCount: 3, };