1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2023-01-09 10:11:44 +01:00
parent 215534d0c8
commit 1b2d9d144f
4 changed files with 14 additions and 5 deletions

View File

@ -8,7 +8,7 @@ export const queryClient = new QueryClient({
if ([401, 404].includes(error?.status)) {
return false
}
if (failureCount <= 3) {
if (failureCount <= 2) {
return true
} else {
return false