plane/web/core/constants/swr-config.ts
2024-06-11 14:39:52 +05:30

9 lines
189 B
TypeScript

export const SWR_CONFIG = {
refreshWhenHidden: false,
revalidateIfStale: true,
revalidateOnFocus: true,
revalidateOnMount: true,
refreshInterval: 600000,
errorRetryCount: 3,
};