mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
disable retry feature of react query (#352)
This commit is contained in:
parent
f86097fc78
commit
ff5d91ce48
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ const queryClient = new QueryClient({
|
||||||
defaultOptions: {
|
defaultOptions: {
|
||||||
queries: {
|
queries: {
|
||||||
staleTime: Infinity,
|
staleTime: Infinity,
|
||||||
|
retry: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue