Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Jul 18, 2024
1 parent 1d6a561 commit 13e2bc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

New configuration to access the database:

* `EDC_SERVER_DB_CONNECTION_POOL_SIZE`
* The property controls the maximum size that the pool is allowed to reach, including both idle and in-use connections. Basically this value will determine the maximum number of actual connections to the database backend.
* Defaults to 3
- `EDC_SERVER_DB_CONNECTION_POOL_SIZE`
- The property controls the maximum size that the pool is allowed to reach, including both idle and in-use connections. Basically this value will determine the maximum number of actual connections to the database backend.
- Defaults to `3`

#### Compatible Versions

Expand Down

0 comments on commit 13e2bc3

Please sign in to comment.