panjiwa10028 / solr-php-client

Automatically exported from code.google.com/p/solr-php-client
Other
0 stars 0 forks source link

Support user-specified timeouts #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It should be possible to specify the timeout for a connection, rather than
relying on the default_socket_timeout setting.

Original issue reported on code.google.com by liam.obo...@gmail.com on 18 Feb 2010 at 8:50

GoogleCodeExporter commented 8 years ago
Added default timeout getter / setter in r36. This should allow you to control 
GET / POST request timeouts for any methods that don't already provide a 
timeout parameter.

Original comment by donovan....@gmail.com on 8 Jul 2010 at 10:37