Skip to content

Commit

Permalink
Fix docs for rate limit default maxRetries (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Jul 28, 2021
1 parent b27149a commit 320ca27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RetryRestClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var DEFAULT_OPTIONS = {
* @param {Object} restClient RestClient.
* @param {Object} [options] Options for the RetryRestClient.
* @param {Object} [options.enabled:true] Enabled or Disable Retry Policy functionality.
* @param {Number} [options.maxRetries=10] The maximum amount of times to retry the operation. Default is 10.
* @param {Number} [options.maxRetries=3] The maximum amount of times to retry the operation. Default is 3.
* @param {*} [options.*] Any options that are available in https://github.com/tim-kos/node-retry#retryoperationoptions
*/
var RetryRestClient = function(restClient, options) {
Expand Down

0 comments on commit 320ca27

Please sign in to comment.