Ecwid / ecwid-mailchimp

MailChimp API Wrapper for Java
Apache License 2.0
86 stars 83 forks source link

Timeouts are now modifyable in the JavaNetURLConnectionManager class #10

Closed ducher closed 11 years ago

ducher commented 11 years ago

Hi, I've added the possibility to change the timeouts for the HttpURLConnection, which is useful for big exports with an app running on Google AppEngine.

Thanks for this great lib, it would be even better if you specified in the documentation the existence of JavaNetURLConnectionManager as an alternative to HttpClientConnectionManager for people who can't use things from the apache package, when running Java on AppEngine for instance.

basiliscus commented 11 years ago

Hi,

Thank you for the contribution. I've merged your pull request with the only exception that the default timeout is increased to 15 seconds. A new maven artifact will be released within the next few hours.

ducher commented 11 years ago

Hi, thank you! Will be useful for our product, thanks again for this lib.