mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 06:25:58 +02:00
fix: removing swr refresh intervel from the global config
This commit is contained in:
@@ -3,6 +3,5 @@ export const SWR_CONFIG = {
|
||||
revalidateIfStale: true,
|
||||
revalidateOnFocus: true,
|
||||
revalidateOnMount: true,
|
||||
refreshInterval: 600000,
|
||||
errorRetryCount: 3,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user