🔧(backend) add DB_PSYCOPG_POOL_ENABLED settings

The psycopg pool config was enabled by default forcing its usage. Using
psycopg pool can be difficult, finding the good configuration take time.
By default its usage should be disable and the maintainer of the
instance should decide to enable it or not.
This commit is contained in:
Manuel Raynaud
2026-03-17 12:14:18 +01:00
parent 0c17d76f60
commit 73a7c250b5
6 changed files with 73 additions and 21 deletions

View File

@@ -9,4 +9,3 @@ DB_NAME=impress
DB_USER=dinum
DB_PASSWORD=pass
DB_PORT=5432
DB_PSYCOPG_POOL_MAX_SIZE=15