mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-30 00:00:47 -04:00
Fixed description about DELETE request retries
[ci skip]
This commit is contained in:
parent
c131bcbcac
commit
bb6838b5a9
@ -121,8 +121,8 @@ certificates.
|
||||
### max_network_retries
|
||||
|
||||
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
|
||||
and get requests to ensure the safety of retrying. There will be a short delay
|
||||
requests that fail on a network error. Idempotency keys will be added to `POST`
|
||||
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
|
||||
length of the delay. Default value is 0.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user