Skip to content

Commit

Permalink
feat(dal): Setting min pool size to 200 in production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgarland committed Oct 9, 2023
1 parent e6fae37 commit 39747e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/src/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ MAIL_SERVER_DOMAIN=
MAX_NOVU_INTEGRATION_MAIL_REQUESTS=300
NOVU_EMAIL_INTEGRATION_API_KEY=

MONGO_MIN_POOL_SIZE=200

MAX_NOVU_INTEGRATION_SMS_REQUESTS=20
NOVU_SMS_INTEGRATION_ACCOUNT_SID=
NOVU_SMS_INTEGRATION_TOKEN=
Expand Down
1 change: 1 addition & 0 deletions apps/webhook/src/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ WIDGET_BASE_URL=https://widget.novu.co
NEW_RELIC_ENABLED=true
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED=true
LOGGING_LEVEL=info
MONGO_MIN_POOL_SIZE=200
1 change: 1 addition & 0 deletions apps/worker/src/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ REDIS_CLUSTER_KEY_PREFIX=

# MongoDB
# MONGO_URL=
MONGO_MIN_POOL_SIZE=200

# Storage
# S3_LOCAL_STACK=http://localhost:4566
Expand Down
1 change: 1 addition & 0 deletions apps/ws/src/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ WS_CONTEXT_PATH=
NEW_RELIC_ENABLED=true
NEW_RELIC_APPLICATION_LOGGING_FORWARDING_ENABLED=true
LOGGING_LEVEL=info
MONGO_MIN_POOL_SIZE=200

0 comments on commit 39747e8

Please sign in to comment.