amazon-s3-php-class icon indicating copy to clipboard operation
amazon-s3-php-class copied to clipboard

Add default CURLOPT_TIMEOUT parameter.

Open ericnorris opened this issue 11 years ago • 1 comments

Without having CURLOPT_TIMEOUT set, any application using this library can build up a large number of open connections if S3 starts having issues.

It seems reasonable to have a default parameter that you can optionally override in order to prevent this situation from happening.

ericnorris avatar Sep 25 '14 16:09 ericnorris

👍

noahbalmer avatar Nov 21 '17 21:11 noahbalmer