mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
4.8.10 test fix (#2488)
* perf: update vision default * fix: update dataset default permission * perf: no network request
This commit is contained in:
@@ -8,7 +8,8 @@ const queryClient = new QueryClient({
|
||||
keepPreviousData: true,
|
||||
refetchOnWindowFocus: false,
|
||||
retry: false,
|
||||
cacheTime: 10
|
||||
cacheTime: 10,
|
||||
networkMode: 'always'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user