Actions
Refactor #26974
closedRemove 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.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6829 added
Updated by Lukas Zapletal over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 9e7bec5664ce782ef948e12314c93d1c0b1921d2.
Actions