Skip to content

Commit

Permalink
chore: quicker retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Falci committed Feb 21, 2024
1 parent 7a33fdd commit 2f63ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function App() {
if (!r.ok) throw new Error('Network response was not ok');
return r.json();
}),
retry: 3,
retryDelay: 1,
enabled: false,
});

Expand Down

0 comments on commit 2f63ccd

Please sign in to comment.