refactor: remove redundant logic

This commit is contained in:
wonfen
2025-05-25 21:56:04 +08:00
parent af1689ee07
commit 4840e07da8
4 changed files with 6 additions and 62 deletions

View File

@@ -71,6 +71,9 @@ export const AppDataProvider = ({ children }: { children: React.ReactNode }) =>
getProxyProviders,
{
revalidateOnFocus: false,
revalidateOnReconnect: false,
refreshInterval: 30000,
dedupingInterval: 10000,
suspense: false,
errorRetryCount: 3
}