Skip to content

Commit

Permalink
Update SendMammyResponder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adiwajshing committed Mar 3, 2021
1 parent ec204c0 commit d23987f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SendMammyResponder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const createSendMammyResponder = (processor: LanguageProcessor, metadata:
limit: 6,
statusCodes: [504, 503, 502, 408],
errorCodes: [ 'ENOTFOUND', 'ETIMEDOUT' ],
calculateDelay: () => 500
},
throwHttpErrors: false
}
Expand Down

0 comments on commit d23987f

Please sign in to comment.