liquidm / ruby-druid

Ruby utilities for metamx druid
MIT License
43 stars 34 forks source link

Change http.read_timeout value to 2 mins #22

Closed jwroblewski closed 10 years ago

jwroblewski commented 10 years ago

http.read_timeout() takes seconds as an attribute.

hollow commented 10 years ago

i'd suggest to make the timeout configurable

hpdev commented 10 years ago

I agree with @hollow , constructor already takes opts. We can use that and take 2min from constant as a default.

ryanza commented 10 years ago

+1 on that comment :)

jwroblewski commented 10 years ago

@hollow pls check the latest two commits.

hollow commented 10 years ago

:+1:

ryanza commented 10 years ago

Lets merge and bump the version :)