diff --git a/.config/example.yml b/.config/example.yml index c359ac4c89..420ce52796 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -123,11 +123,14 @@ db: #disableCache: true # 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 #extra: # ssl: true # statement_timeout: 10000 + # # Minimum/maximum pool size + # min: 2 + # max: 100 dbReplications: false