Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Select a database to see the configurations available for each storage.

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/scalardb-cluster/scalardb-cluster-configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Select a database to see the configurations available for each storage.

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

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

Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,11 @@ const sidebars = {
id: 'helm-charts/configure-custom-values-scalardb-cluster',
label: 'Configure a custom values file for ScalarDB Cluster',
},
{
type: 'doc',
id: 'helm-charts/configure-custom-values-scalardb-analytics-server',
label: 'Configure a Custom Values File for ScalarDB Analytics server',
},
{
type: 'doc',
id: 'helm-charts/configure-custom-values-scalardb-analytics-postgresql',
Expand Down
Loading