Skip to content

Commit

Permalink
Merge pull request #18 from BKWLD/retry-network-requests
Browse files Browse the repository at this point in the history
Retry network requests
  • Loading branch information
weotch authored Jun 14, 2022
2 parents b6ad2eb + 908651e commit f4d79de
Show file tree
Hide file tree
Showing 2 changed files 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
File renamed without changes.

0 comments on commit f4d79de

Please sign in to comment.