mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
* [WEB-1657] dev: admin application code structuring. * chore: update mobx-react-lite import to mobx-react.
9 lines
191 B
TypeScript
9 lines
191 B
TypeScript
export const SWR_CONFIG = {
|
|
refreshWhenHidden: false,
|
|
revalidateIfStale: false,
|
|
revalidateOnFocus: false,
|
|
revalidateOnMount: true,
|
|
refreshInterval: 600000,
|
|
errorRetryCount: 3,
|
|
};
|