formatting fix
This commit is contained in:
parent
9a39987737
commit
4a35bf1ccb
|
@ -48,7 +48,7 @@ module Mongo
|
|||
:journal => "must be 'true' or 'false'",
|
||||
:connectTimeoutMS => "must be an integer specifying milliseconds a connection can take to be opened before timing out",
|
||||
:socketTimeoutMS => "must be an integer specifying milliseconds a send or receive on a socket can take before timing out",
|
||||
:wtimeoutMS => "must be an integer specifying milliseconds a send or receive on a socket can take before timing out"
|
||||
:wtimeoutMS => "must be an integer specifying milliseconds a send or receive on a socket can take before timing out"
|
||||
}
|
||||
|
||||
OPT_CONV = {:connect => lambda {|arg| arg},
|
||||
|
|
Loading…
Reference in New Issue