Skip to content

Commit

Permalink
Merge pull request #2227 from aswanthabam/perf-register
Browse files Browse the repository at this point in the history
fix: added conn max age
  • Loading branch information
shaheenhyderk authored Sep 25, 2024
2 parents 61fdbd4 + 3f8b48e commit 8894324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mulearnbackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"PASSWORD": decouple_config("DATABASE_PASSWORD"),
"HOST": decouple_config("DATABASE_HOST"),
"PORT": decouple_config("DATABASE_PORT"),
"CONN_MAX_AGE": 600,
}
}

Expand Down

0 comments on commit 8894324

Please sign in to comment.