Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

bug 957802: Fix comment for CONN_MAX_AGE #5097

Merged
merged 1 commit into from Nov 12, 2018

Conversation

jwhitlock
Copy link
Contributor

An integer value is the lifetime of a database connection, in seconds, not the number of requests before closing:

https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-CONN_MAX_AGE

An integer value is the lifetime of a database connection, in seconds,
not the number of requests before closing:

https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-CONN_MAX_AGE
Copy link
Contributor

@escattone escattone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jwhitlock

@escattone escattone merged commit 73ef765 into mdn:master Nov 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants