mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
fix: disable retry
This commit is contained in:
parent
1c3684faaf
commit
74a2253e8e
@ -149,6 +149,7 @@ function DashboardLink() {
|
||||
refetchOnWindowFocus: true,
|
||||
refetchIntervalInBackground: true,
|
||||
refetchInterval: 1000 * 60 * 1,
|
||||
retry: false,
|
||||
})
|
||||
|
||||
let isLogin = !!userData?.data?.id
|
||||
|
Loading…
x
Reference in New Issue
Block a user