librato / librato-metrics

Ruby wrapper to make it easy to interact with Librato's API.
https://librato.com
Other
108 stars 51 forks source link

Allow open_timeout and read_timeout to be set from ENV vars #153

Open mateusg opened 9 months ago

mateusg commented 9 months ago

open_timeout and read_timeout are hardcoded to 20 and 30 respectively. It would be nice if these values could be configured.