mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-23 02:01:43 -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
|
||||
# required by cf run-task
|
||||
FLASK_APP: application.py
|
||||
SQLALCHEMY_POOL_SIZE: 15
|
||||
SQLALCHEMY_POOL_SIZE: 20
|
||||
|
||||
# Credentials variables
|
||||
ADMIN_BASE_URL: null
|
||||
|
||||
Reference in New Issue
Block a user