4.8.10 test fix (#2488)

* perf: update vision default

* fix: update dataset default permission

* perf: no network request
This commit is contained in:
Archer
2024-08-23 14:57:52 +08:00
committed by GitHub
parent b3acd570f7
commit de573e4303
5 changed files with 17 additions and 9 deletions

View File

@@ -8,7 +8,8 @@ const queryClient = new QueryClient({
keepPreviousData: true,
refetchOnWindowFocus: false,
retry: false,
cacheTime: 10
cacheTime: 10,
networkMode: 'always'
}
}
});