Skip to content

Commit

Permalink
Merge pull request #6 from flowforge/stop-retries
Browse files Browse the repository at this point in the history
Stop GOT retrying for missing files
  • Loading branch information
Steve-Mcl authored Nov 18, 2022
2 parents 321612a + e02013c commit dea1c33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ module.exports = function (RED, _teamID, _projectID, _token) {
},
timeout: {
request: 500
},
retry: {
limit: 0
}
})

Expand Down

0 comments on commit dea1c33

Please sign in to comment.