mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
gitlab: set default database pool count to 10
This commit is contained in:
parent
b5ddb90fda
commit
d0c532b953
@ -352,7 +352,7 @@ Below is the complete list of parameters that can be set using environment varia
|
||||
|
||||
* DB_POOL
|
||||
|
||||
The database database connection pool count. Defaults to 5.
|
||||
The database database connection pool count. Defaults to 10.
|
||||
|
||||
* SMTP_HOST
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ DB_NAME=${DB_NAME:-gitlabhq_production}
|
||||
DB_USER=${DB_USER:-root}
|
||||
DB_PASS=${DB_PASS:-}
|
||||
DB_INIT=${DB_INIT:-}
|
||||
DB_POOL=${DB_POOL:-5}
|
||||
DB_POOL=${DB_POOL:-10}
|
||||
|
||||
SMTP_HOST=${SMTP_HOST:-smtp.gmail.com}
|
||||
SMTP_PORT=${SMTP_PORT:-587}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user