mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 08:43:55 -04:00
Merge pull request #2422 from alphagov/increase-db-conn-pool-size
Increase DB connection pool size for API instances
This commit is contained in:
@@ -12,7 +12,7 @@ env:
|
|||||||
CW_APP_NAME: api
|
CW_APP_NAME: api
|
||||||
# required by cf run-task
|
# required by cf run-task
|
||||||
FLASK_APP: application.py
|
FLASK_APP: application.py
|
||||||
SQLALCHEMY_POOL_SIZE: 15
|
SQLALCHEMY_POOL_SIZE: 20
|
||||||
|
|
||||||
# Credentials variables
|
# Credentials variables
|
||||||
ADMIN_BASE_URL: null
|
ADMIN_BASE_URL: null
|
||||||
|
|||||||
Reference in New Issue
Block a user