feat(core): Add mysql pool size and increase it for CI (no-changelog) (#19347)

This commit is contained in:
Daria
2025-09-11 11:14:02 +03:00
committed by GitHub
parent c4f41bb534
commit 12f12da288
5 changed files with 12 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ jobs:
timeout-minutes: 20
env:
DB_MYSQLDB_PASSWORD: password
DB_MYSQLDB_POOL_SIZE: 20
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -86,6 +87,7 @@ jobs:
timeout-minutes: 20
env:
DB_MYSQLDB_PASSWORD: password
DB_MYSQLDB_POOL_SIZE: 20
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1