Skip to content

Commit

Permalink
Retry network requests
Browse files Browse the repository at this point in the history
  • Loading branch information
weotch committed Jun 14, 2022
1 parent c76054d commit 908651e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default function() {
// Don't trigger loader UI
progress: false,

// Retry failed network requests up to 3 times
retry: true,
}})

// Add the Axios Nuxt module late so it can be used in plugins
Expand Down

0 comments on commit 908651e

Please sign in to comment.