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.
Actions