Merge pull request #468 from morgoth/fix-retry-description

Fixed description about DELETE request retries
This commit is contained in:
Brandur 2016-10-03 09:11:36 -06:00 committed by GitHub
commit 52b4203af5

View File

@ -121,8 +121,8 @@ certificates.
### max_network_retries ### max_network_retries
When `max_network_retries` is set to a positive integer, stripe will retry When `max_network_retries` is set to a positive integer, stripe will retry
requests that fail on a network error. Idempotency keys will be added to post requests that fail on a network error. Idempotency keys will be added to `POST`
and get requests to ensure the safety of retrying. There will be a short delay and `DELETE` requests to ensure the safety of retrying. There will be a short delay
between each retry, with an exponential backoff algorithm used to determine the between each retry, with an exponential backoff algorithm used to determine the
length of the delay. Default value is 0. length of the delay. Default value is 0.