Skip to content

Commit

Permalink
fix: Retries number
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGue committed May 4, 2021
1 parent 6f8d364 commit 6875406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const httpClient = require('./httpClient');
const configurator = require('./configurator');
const middleware = require('./middleware');

const maxRetries = 2;
const maxRetries = 10;
const timeoutRetry = 3000;
let currentRetries = 0;

Expand Down

0 comments on commit 6875406

Please sign in to comment.