gaffneyc / usps

USPS Webtools API for Ruby
MIT License
63 stars 54 forks source link

Change default timeout from 5000 to 5 seconds #7

Closed agejevasv closed 9 years ago

agejevasv commented 10 years ago

Typhoeus timeout is in seconds (https://github.com/typhoeus/typhoeus#timeouts), so 5000 is almost the same as no timeout.