HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
181 stars 89 forks source link

Refactor default timeout and retries values for REST connections. #156

Closed alow-qumulo closed 6 months ago

alow-qumulo commented 6 months ago

Refactor default timeout and retries values for REST connections to address conflicts when a user provides values to the RestClient. This code has not yet been tested.

-----Synopsis of Commits Above-----

Status

Additional High Level Description

This addresses #155 as well as the scenario of passing timeout while also using a proxy. Consider also moving maxsize into the default properties since it's common across all the calls.

Dependent PRs

None

Before Status can be set to READY I have completed the following: