Skip to content

Commit 4f784af

Browse files
AUTO: Docs repo sync - ScalarDB (#1598)
* AUTO: Sync ScalarDB docs in English to docs site repo * Add custom values doc for ScalarDB Analytics server --------- Co-authored-by: josh-wong <[email protected]> Co-authored-by: Josh Wong <[email protected]>
1 parent 2921389 commit 4f784af

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Select a database to see the configurations available for each storage.
197197

198198
- **Field:** `scalar.db.jdbc.connection_pool.max_total`
199199
- **Description:** 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-
- **Default value:** `100`
200+
- **Default value:** `200`
201201

202202
<h4>`jdbc.prepared_statements_pool.enabled`</h4>
203203

docs/scalardb-cluster/scalardb-cluster-configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Select a database to see the configurations available for each storage.
274274

275275
- **Field:** `scalar.db.jdbc.connection_pool.max_total`
276276
- **Description:** 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.
277-
- **Default value:** `100`
277+
- **Default value:** `200`
278278

279279
<h4>`jdbc.prepared_statements_pool.enabled`</h4>
280280

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,11 @@ const sidebars = {
788788
id: 'helm-charts/configure-custom-values-scalardb-cluster',
789789
label: 'Configure a custom values file for ScalarDB Cluster',
790790
},
791+
{
792+
type: 'doc',
793+
id: 'helm-charts/configure-custom-values-scalardb-analytics-server',
794+
label: 'Configure a Custom Values File for ScalarDB Analytics server',
795+
},
791796
{
792797
type: 'doc',
793798
id: 'helm-charts/configure-custom-values-scalardb-analytics-postgresql',

0 commit comments

Comments
 (0)