Skip to content

Commit

Permalink
fix: Disable persistant connections (#1270)
Browse files Browse the repository at this point in the history
## Describe your changes

Fixes: #
  • Loading branch information
didrikmunther authored Sep 19, 2024
1 parent 78df9c5 commit 631c412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ais/common/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"PASSWORD": os.environ.get("DB_PASSWORD", "ais_dev"),
"HOST": os.environ.get("DB_HOST", "127.0.0.1"),
"PORT": os.environ.get("DB_PORT", "5432"),
"CONN_MAX_AGE": 0,
}
}

Expand Down

0 comments on commit 631c412

Please sign in to comment.