SocketTimeout
Default Value | Data Type | Required |
---|---|---|
5000
|
Integer |
No |
Description
The amount of time, in milliseconds, before an attempt to send or receive on a socket times out.
When this property is set to -1
, the connector does not specify the amount of time before a socket connection times out. In this case, the timeout behavior is determined by the settings defined in the mongo-java-driver
library, which the Simba MongoDB JDBC Driver uses as a third-party dependency.
- General Driver Configuration Options
- Building the Connection URL