Skip to content

Commit

Permalink
Merge pull request #23 from kufu/staging-smarthr
Browse files Browse the repository at this point in the history
Decrease DB max connection for production
  • Loading branch information
yamashush authored Sep 25, 2023
2 parents 981f2c8 + 024723e commit 5541438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/production/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ env_variables:
NODE_ENV: sm://smarthr-corporate/codimd_production_node_env
PGSSLMODE: sm://smarthr-corporate/codimd_production_pgsslmode
NODE_OPTIONS: --max-old-space-size=2000
DB_MAX_CONNECTION: 800
DB_MAX_CONNECTION: 700
2 changes: 1 addition & 1 deletion deployments/staging/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ env_variables:
NODE_ENV: sm://smarthr-corporate/codimd_staging_node_env
PGSSLMODE: sm://smarthr-corporate/codimd_staging_pgsslmode
CMD_LOGLEVEL: sm://smarthr-corporate/codimd_staging_cmd_loglevel
DB_MAX_CONNECTION: 800
DB_MAX_CONNECTION: 700

0 comments on commit 5541438

Please sign in to comment.