plane/web/constants/swr-config.ts

6 lines
109 B
TypeScript
Raw Normal View History

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