fix: remove getProxyProviders refreshInterval

This commit is contained in:
wonfen
2025-06-01 19:33:35 +08:00
parent a96678caea
commit 6810b1f221

View File

@@ -72,8 +72,7 @@ export const AppDataProvider = ({ children }: { children: React.ReactNode }) =>
{
revalidateOnFocus: false,
revalidateOnReconnect: false,
refreshInterval: 30000,
dedupingInterval: 10000,
dedupingInterval: 3000,
suspense: false,
errorRetryCount: 3
}