Server Idle Timeout
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
Attribute
ServerIdleTimeout (sito)
Purpose
Specifies the number of seconds the SQL engine server can be without active connections before the Broker issues a SHUTDOWN command to stop the server. This option can be used to manage the memory and resource consumption by shutting down the server when it is not in use.
This option is used when the SQL Engine is operating in Broker mode.
Valid Values
timeout_seconds
where:
timeout_seconds
is the number of seconds the SQL engine server can be without active connections before the Broker stops the server process. This can be a value from 1 to 3162240.
Notes
- This option is used when SQL Engine Mode (SQLEngineMode) is set to
3(Broker).
Default Value
300