Skip to content

Commit

Permalink
Remove retry_change_requests from documentation (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
stim371 committed Oct 6, 2020
1 parent a5b7a6b commit 85b46be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/adapters/net_http_persistent.md
Expand Up @@ -14,7 +14,6 @@ conn = Faraday.new(...) do |f|
f.adapter :net_http_persistent, pool_size: 5 do |http|
# yields Net::HTTP::Persistent
http.idle_timeout = 100
http.retry_change_requests = true
end
end
```
Expand Down

0 comments on commit 85b46be

Please sign in to comment.