Welcome! Please see the About page for a little more info on how this works.
I am using congomongo v0.5.2 and i don't see option to set timeout in this version. can anyone know what is the default connection timeout settings in this version ?
You should be able to use mongo-options to build a MongoClientOptions object and then pass that to make-connection -- and mongo-options will accept options as keywords that correspond to methods on the MongoClientOptions.Builder class.
mongo-options
MongoClientOptions
make-connection
MongoClientOptions.Builder