Skip to content

Commit

Permalink
Remove retry_change_requests from documentation
Browse files Browse the repository at this point in the history
The net-http-persistent gem removed the #retry_change_requests adapter configuration with drbrain/net-http-persistent#100 in v4.0.0.
  • Loading branch information
stim371 authored Oct 1, 2020
1 parent a5b7a6b commit 88189c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/adapters/net_http_persistent.md
Original file line number Diff line number Diff line change
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 88189c9

Please sign in to comment.