Method DacConnectionPool():setMaxIdleTime() Foundation
Sets the idle timeout for the connection.
:setMaxIdleTime( <nTimeout> ) --> self
This method returns self.
Configures the idle timeout duration for a connection. If the connection remains inactive for the specified period, it will be automatically disconnected and its resources will be released. This helps to free up resources and maintain system efficiency by avoiding unused active connections.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.