diff --git a/versioned_docs/version-3.12/configurations.mdx b/versioned_docs/version-3.12/configurations.mdx index bae3f8e1a..2a1507f74 100644 --- a/versioned_docs/version-3.12/configurations.mdx +++ b/versioned_docs/version-3.12/configurations.mdx @@ -61,7 +61,7 @@ Select a database to see the configurations available for each storage. | `scalar.db.password` | Password to access the database. | | | `scalar.db.jdbc.connection_pool.min_idle` | Minimum number of idle connections in the connection pool. | `20` | | `scalar.db.jdbc.connection_pool.max_idle` | Maximum number of connections that can remain idle in the connection pool. | `50` | - | `scalar.db.jdbc.connection_pool.max_total` | Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit. | `100` | + | `scalar.db.jdbc.connection_pool.max_total` | Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit. | `200` | | `scalar.db.jdbc.prepared_statements_pool.enabled` | Setting this property to `true` enables prepared-statement pooling. | `false` | | `scalar.db.jdbc.prepared_statements_pool.max_open` | Maximum number of open statements that can be allocated from the statement pool at the same time. Use a negative value for no limit. | `-1` | | `scalar.db.jdbc.isolation_level` | Isolation level for JDBC. `READ_UNCOMMITTED`, `READ_COMMITTED`, `REPEATABLE_READ`, or `SERIALIZABLE` can be specified. | Underlying-database specific | diff --git a/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-configurations.mdx b/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-configurations.mdx index b67ae3954..19c20c315 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-configurations.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/scalardb-cluster-configurations.mdx @@ -75,7 +75,7 @@ Select a database to see the configurations available for each storage. | `scalar.db.password` | Password to access the database. | | | `scalar.db.jdbc.connection_pool.min_idle` | Minimum number of idle connections in the connection pool. | `20` | | `scalar.db.jdbc.connection_pool.max_idle` | Maximum number of connections that can remain idle in the connection pool. | `50` | - | `scalar.db.jdbc.connection_pool.max_total` | Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit. | `100` | + | `scalar.db.jdbc.connection_pool.max_total` | Maximum total number of idle and borrowed connections that can be active at the same time for the connection pool. Use a negative value for no limit. | `200` | | `scalar.db.jdbc.prepared_statements_pool.enabled` | Setting this property to `true` enables prepared-statement pooling. | `false` | | `scalar.db.jdbc.prepared_statements_pool.max_open` | Maximum number of open statements that can be allocated from the statement pool at the same time. Use a negative value for no limit. | `-1` | | `scalar.db.jdbc.isolation_level` | Isolation level for JDBC. `READ_UNCOMMITTED`, `READ_COMMITTED`, `REPEATABLE_READ`, or `SERIALIZABLE` can be specified. | Underlying-database specific |