Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 571 Bytes

DatabaseConnectionSettings.md

File metadata and controls

10 lines (7 loc) · 571 Bytes

Rapid7VmConsole::DatabaseConnectionSettings

Properties

Name Type Description Notes
maximum_administration_pool_size Integer The maximum number of administrative connections in the connection pool. -1 means unlimited. [optional]
maximum_pool_size Integer ${settings.database.connection.max} [optional]
maximum_prepared_statement_pool_size Integer The maximum number of prepared statements in the prepared statement pool. -1 means unlimited. [optional]