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 85719b9a12
commit 4cb02a9270

View file

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