Skip to content

Commit

Permalink
PDKIO-1761: changes after the review
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kostyuchenko committed Jan 22, 2021
1 parent 76f8d26 commit f99d6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authenticators/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async () => {
} catch(err) {
outstanding = undefined
if (err && err.statusCode === 429) {
_sleep(4000);
await _sleep(1000);
await oauthtoken_set.refresh();
}
}
Expand Down

0 comments on commit f99d6fc

Please sign in to comment.