Refactor #26974
Remove hardcoded open timeout for Smart Proxy RestClient
Description
We hardcode it to 10 seconds but timeout (read timeout) is configurable. This is confusing, let's drop the hardcoded value so "timeout" setting will set all three timeouts at once:
https://github.com/rest-client/rest-client#timeouts
Also this patch adds a note about hammer.
Associated revisions
History
#1
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6829 added
#2
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases 1.24.0 added
#3
Updated by Lukas Zapletal over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 9e7bec5664ce782ef948e12314c93d1c0b1921d2.
Fixes #26974 - removed hardcoded timeout