pchalamet / cassandra-sharp

high performance .NET driver for Apache Cassandra
114 stars 41 forks source link

Set the default connection timeout >0. #80

Closed godefroi closed 10 years ago

godefroi commented 10 years ago

The default connection timeout (in TransportConfig.ConnectionTimeout) was left at zero, which makes it impossible to connect to a server without setting up an XML configuration block. Setting this to some value greater than zero makes it work by default.

pchalamet commented 10 years ago

I've reword a little bit the fix. Thanks !