From b07892181235193f9027aeff2b093e7c69b34d07 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 16 Oct 2025 05:46:10 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.13/configurations.mdx | 2 +- .../scalardb-cluster/scalardb-cluster-configurations.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-3.13/configurations.mdx b/versioned_docs/version-3.13/configurations.mdx index 164d9cc40..947734fa4 100644 --- a/versioned_docs/version-3.13/configurations.mdx +++ b/versioned_docs/version-3.13/configurations.mdx @@ -69,7 +69,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.13/scalardb-cluster/scalardb-cluster-configurations.mdx b/versioned_docs/version-3.13/scalardb-cluster/scalardb-cluster-configurations.mdx index 2f5450f19..400f653bb 100644 --- a/versioned_docs/version-3.13/scalardb-cluster/scalardb-cluster-configurations.mdx +++ b/versioned_docs/version-3.13/scalardb-cluster/scalardb-cluster-configurations.mdx @@ -83,7 +83,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 |