bb-plane-fork/web/core/constants/swr-config.ts
2024-07-17 13:55:06 +05:30

7 lines
162 B
TypeScript

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