fix: removing swr refresh intervel from the global config
This commit is contained in:
parent
85719b9a12
commit
4cb02a9270
1 changed files with 0 additions and 1 deletions
|
|
@ -3,6 +3,5 @@ export const SWR_CONFIG = {
|
|||
revalidateIfStale: true,
|
||||
revalidateOnFocus: true,
|
||||
revalidateOnMount: true,
|
||||
refreshInterval: 600000,
|
||||
errorRetryCount: 3,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue