Closed timkaechele closed 2 years ago
This PR implements a new configuration option that allows users of the SDK to specify their own http timeouts.
Closes #52
This has been merged in v2.11.0. You can set own http connect and read timeouts using ChargeBee.update_connect_timeout_secs() and ChargeBee.update_read_timeout_secs().
Description
This PR implements a new configuration option that allows users of the SDK to specify their own http timeouts.
Closes #52