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

Latest commit

 

History

History
12 lines (8 loc) · 747 Bytes

DatabaseConnectionSettings.md

File metadata and controls

12 lines (8 loc) · 747 Bytes

DatabaseConnectionSettings

Properties

Name Type Description Notes
maximum_administration_pool_size int The maximum number of administrative connections in the connection pool. -1 means unlimited. [optional]
maximum_pool_size int The maximum number of connections in the connection pool. -1 means unlimited. [optional]
maximum_prepared_statement_pool_size int The maximum number of prepared statements in the prepared statement pool. -1 means unlimited. [optional]

[Back to Model list] [Back to API list] [Back to README]