mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Merge pull request #2753 from alphagov/increase-pool-size
Increase the queue pool size to 30.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
'notify-api': {
|
'notify-api': {
|
||||||
'NOTIFY_APP_NAME': 'api',
|
'NOTIFY_APP_NAME': 'api',
|
||||||
'disk_quota': '2G',
|
'disk_quota': '2G',
|
||||||
'sqlalchemy_pool_size': 20,
|
'sqlalchemy_pool_size': 30,
|
||||||
'routes': {
|
'routes': {
|
||||||
'preview': ['api.notify.works'],
|
'preview': ['api.notify.works'],
|
||||||
'staging': ['api.staging-notify.works'],
|
'staging': ['api.staging-notify.works'],
|
||||||
|
|||||||
Reference in New Issue
Block a user