From 13e2bc373d6f09c34543fef5332f68d19bcc96fa Mon Sep 17 00:00:00 2001 From: Christophe Loiseau Date: Thu, 18 Jul 2024 14:46:18 +0200 Subject: [PATCH] code review --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a918501e..584c1e5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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