chore: 最大/最小のコネクションプールサイズに関する記述を追加

This commit is contained in:
Esurio 2025-08-30 10:09:37 +03:00
parent cffa456e32
commit 4b0d57f51d
1 changed files with 4 additions and 1 deletions

View File

@ -123,11 +123,14 @@ db:
#disableCache: true #disableCache: true
# Extra Connection options # Extra Connection options
# You can use extra options for connection pool, such as SSL or Statement Timeout. # You can use extra options for connection pool, such as SSL, Statement Timeout or max/minimum pool size.
# For more details and options, see: https://github.com/brianc/node-postgres/blob/master/packages/pg-pool/README.md # For more details and options, see: https://github.com/brianc/node-postgres/blob/master/packages/pg-pool/README.md
#extra: #extra:
# ssl: true # ssl: true
# statement_timeout: 10000 # statement_timeout: 10000
# # Minimum/maximum pool size
# min: 2
# max: 100
dbReplications: false dbReplications: false