Skip to content

Commit

Permalink
set conn_max_age
Browse files Browse the repository at this point in the history
  • Loading branch information
rustybrooks committed Dec 9, 2024
1 parent 4403c8a commit 5d44d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/bikes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ def __call__(self, request):
# SECURE_HSTS_SECONDS = 60

# do I want this stuff
# CONN_MAX_AGE = 300
CONN_MAX_AGE = 300 - 30
# CONN_HEALTH_CHECKS = True

0 comments on commit 5d44d73

Please sign in to comment.