lib/aws/core/configuration.rb in aws-sdk-1.24.0 vs lib/aws/core/configuration.rb in aws-sdk-1.25.0
- old
+ new
@@ -119,11 +119,11 @@
# @attr_reader [Symbol] log_level (:info) The log level.
#
# @attr_reader [LogFormatter] log_formatter The log message formatter.
#
# @attr_reader [Integer] max_retries (3) The maximum number of times
- # service errors (500) should be retried. There is an exponential
- # backoff in between service request retries, so the more retries the
+ # service errors (500) and throttling errors should be retried. There is
+ # an exponential backoff in between retries, so the more retries the
# longer it can take to fail.
#
# @attr_reader [URI,nil] proxy_uri (nil) The URI of the proxy
# to send service requests through.
#