mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
export const SWR_CONFIG = {
|
|
refreshWhenHidden: false,
|
|
revalidateIfStale: true,
|
|
revalidateOnFocus: true,
|
|
revalidateOnMount: true,
|
|
errorRetryCount: 3,
|
|
};
|