fix: removing swr refresh intervel from the global config

This commit is contained in:
sriram veeraghanta
2024-07-17 13:55:06 +05:30
parent 2b1b90c968
commit 648461aeff

View File

@@ -3,6 +3,5 @@ export const SWR_CONFIG = {
revalidateIfStale: true,
revalidateOnFocus: true,
revalidateOnMount: true,
refreshInterval: 600000,
errorRetryCount: 3,
};