From 4cb02a9270a2877eeac79eb8778689dad9e578f4 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 17 Jul 2024 13:55:06 +0530 Subject: [PATCH] fix: removing swr refresh intervel from the global config --- web/core/constants/swr-config.ts | 1 - 1 file changed, 1 deletion(-) 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, };